/
IsValid JSON function
IsValid JSON function
Returns true
if json is valid, else false
.
Namespace
json
Input
json-string
Output
boolean(true
|false
)
Example
if json
has the input json specified, then the result of the operation returns true
.
set-column validjson json:IsJsonValid(json)
When a malformed json malformed_json
is parsed, then the result of operation is false
.
set-column validjson json:IsJsonValid(malformed_json)
, multiple selections available,
Related content
Wrangler cheatsheet
Wrangler cheatsheet
Read with this
HTTP Batch Source
HTTP Batch Source
More like this
HTTP Sink
HTTP Sink
More like this
Zuora Sink (Deprecated)
Zuora Sink (Deprecated)
More like this
Router Transformation (Deprecated)
Router Transformation (Deprecated)
More like this
ADLS Delete Action (Deprecated)
ADLS Delete Action (Deprecated)
More like this
Created in 2020 by Google Inc.