vim-jsonpath icon indicating copy to clipboard operation
vim-jsonpath copied to clipboard

Vim plugin that lets you navigate JSON documents using dot.notation.paths

Results 6 vim-jsonpath issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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?

enhancement
help wanted

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....

enhancement
help wanted

* Would probably require a complete rewrite * Which languages?

enhancement
question

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...

enhancement

Limiting input to dot notation only makes entering keys containing dots impossible, unless the user calls `jsonpath#scan_buffer([...])` directly.

enhancement