/
Select JSON function
Select JSON function
Returns part of JSON using JSON DSL specified as JSON path.
Namespace
json
Input
json-string
or json-object
Output
json-element
Example
if body
has the json specified above, then the result of the operation returns 8
as the result.
set-column len json:ArrayLength(json:Select(body, true, $.numbers))
, multiple selections available,
Related content
JSON Path directive
JSON Path directive
More like this
JSON Parser Transformation
JSON Parser Transformation
Read with this
ArrayLength JSON function
ArrayLength JSON function
More like this
Wrangler cheatsheet
Wrangler cheatsheet
Read with this
Drop JSON function
Drop JSON function
More like this
Write as JSON object directive
Write as JSON object directive
Read with this
Created in 2020 by Google Inc.