J
JSON Transformer
ToolTransforms, validates, and queries JSON data using JSONPath and JQ expressions.
JSON Transformer
Manipulate JSON data programmatically.
Functions
json_query(data, path)— Query with JSONPath expressionsjson_transform(data, template)— Reshape JSON structurejson_validate(data, schema)— Validate against JSON Schemajson_diff(a, b)— Compare two JSON objects