gjson-play icon indicating copy to clipboard operation
gjson-play copied to clipboard

A playground for GJSON. Runs in the browser.

Results 3 gjson-play issues
Sort by recently updated
recently updated
newest added

For a sample payload like this: ```json { "name": {"first": "Tom", "last": "Anderson"}, "age":37, "children": ["Sara","Alex","Jack"], "fav.movie": "Deer Hunter", "friends": [ {"first": "Dale", "last": "Murphy", "age": 44, "nets": ["ig", "fb",...

For a given payload like this: ```json { "name": {"first": "Tom", "last": "Anderson"}, "age":37, "children": ["Sara","Alex","Jack"], "fav.movie": "Deer Hunter", "friends": [ {"first": "Dale", "last": "Murphy", "age": 44}, {"first": "Roger","age": 68},...

[gjson.dev](https://gjson.dev) does not appear to support the tilde operator `~`. ```json { "vals": [ { "a": 1, "b": true }, { "a": 2, "b": true }, { "a": 3, "b":...