vim-jsonpath
vim-jsonpath copied to clipboard
Vim plugin that lets you navigate JSON documents using dot.notation.paths
It would be great to Tab-complete possible paths on the command line. I had a quick look at the implementation and it seems to be a rather hard feature to...
Working with a deeply-nested yaml file gives me a headache, we need the yaml-path feature (or a new plugin?) indeed. Any plan for this?
Essentially, as soon as I enter a JSON file, whenever I scroll, the key-chain should update to where my cursor currently is. I have seen this feature in Android Studio....
* Would probably require a complete rewrite * Which languages?
I am aware of a few relatively well-known ways to define paths in JSON: * [JSONPath](http://goessner.net/articles/JsonPath/) * [JSON Pointer](https://tools.ietf.org/html/rfc6901) * [Relative JSON Pointer](https://datatracker.ietf.org/doc/draft-handrews-relative-json-pointer/) It would be great to support/be based...
Limiting input to dot notation only makes entering keys containing dots impossible, unless the user calls `jsonpath#scan_buffer([...])` directly.