Upstash Documentation

JSON.GET

Get a single value from a JSON document.
1 min read

Arguments#

keystringrequired#

The key of the json entry.

options#
Show properties
indentstring#

Sets the indentation string for nested levels.

newlinestring#

Sets the string that's printed at the end of each line.

spacestring#

Sets the string that is put between a key and a value.

paths...string[]required#

One or more paths to retrieve from the JSON document. $ is the root.

Response#