Closed wellsjo closed 7 years ago
I suggest a flag also to control between strict jq and javascript modes.
@yschimke The way the app is currently constructed, jq
and javascript
filters are mutually exclusive, as they are abstracted into a single filter function. There isn't a way to choose one or the other.
Right now we can open from the command line with
jsplora
. We should also allow for arguments. For example:jsplora <file>
jsplora --input "<json object>"
jsplora --input "<json object>" --filter "<filter-string>"