jid icon indicating copy to clipboard operation
jid copied to clipboard

json incremental digger

Results 22 jid issues
Sort by recently updated
recently updated
newest added

Can we change the way the program exits when you hit the 'Enter' button? Maybe make the default exit ctrl-C? Pressing 'Enter' should select the given auto-complete suggestion.

enhancement

Cannot do `.[]` ![](https://i.imgur.com/Iz6N72g.png)

# just copy and paste the simple json example2 in ubuntu14.04(windows subsystem) al123xiaaaa@HASEE-PC:~/jid$ ls -l total 3584 -rwxrwxrwx 1 al123xiaaaa al123xiaaaa 3044060 Dec 6 23:17 jid_linux_amd64 al123xiaaaa@HASEE-PC:~/jid$ echo '{"info":{"date":"2016-10-23","version":1.0},"users":[{"name":"simeji","uri":"https://github.com/simeji","id":1},{"name":"simeji2","uri":"https://example.com/simeji","id":2},{"name":"simeji3","uri":"https://example.com/simeji3","id":3}],"userCount":3}}'| ./jid_linux_amd64...

Thanks for releasing this - I'm a big fan :) Is there interest in covering off more of the `jq` builtins? For instance: ``` echo '{"abc": 1, "abcd": 2, "Foo":...

Could you support the feature to show the array length? Similar to jq `.users | length`.

What ------- Be able to enter in a cursor mode, that would allow to navigate the json in RAW using cursors or vim `hjkl`. Behaviour ------------- - Press some key...

We press `TAB` to navigate next matching field. It would be nice to use `shift+tab` to go to previous.

What? -------- When reading big jsons, sometimes is nice to be able to just do a plain search, as you would do with `less`: Press `/` time string to search...

Hi, just a matter to make it easier to use, if you can remove the "

To reach success in the following file, the jq expression is `.["\""]`. But jid produces `."` Input file: ```json { "\"": "key with double quote: success!", } ```