Standard JSON Data
log
tree
- https://github.com/fiatjaf/jq-web - big emscripten c -> js, webpacked here as `jq_fce.json(obj,"query")`
- https://github.com/kantord/emuto - pure js, webpacked here in this html as `emuto_fce("query")(object)`
- https://github.com/kantord/jq-in-the-browser - now deprecated in favour of emuto (same author), pure js (no emscripten)
- https://github.com/mathiasbynens/mothereff.in/tree/master/js-properties - check whether string is valie property name
Done
- search key or value
To-Do
- render JSON.stringify, pretty and make clickable lines
- query builder for jq
- emuto builder
- shorten the input, either just few initial props in obj, or items in array, or by filtering property names
- ...