njson playground
GitHub

JSON

Edit the JSON document, then run Get/Set/Delete operations on the right.
Result
Type
Errors

Examples & Syntax

Quick syntax reference
  • key.subkey — nested object access
  • array.0 or array[0] — array index
  • array.# — all array elements; users.#.name maps field
  • [?(@.field op value)] — filters with == != > >= < <= =~
  • @modifier@reverse, @sort, @group
  • SET append with array.-1