J

JSON Transformer

Tool

Transforms, validates, and queries JSON data using JSONPath and JQ expressions.

dustin·Community·v1.0.0

JSON Transformer

Manipulate JSON data programmatically.

Functions

  • json_query(data, path) — Query with JSONPath expressions
  • json_transform(data, template) — Reshape JSON structure
  • json_validate(data, schema) — Validate against JSON Schema
  • json_diff(a, b) — Compare two JSON objects