文件名称:vim-jsonpath:Vim插件,可让您使用dot.notation.paths导航JSON文档
文件大小:70KB
文件格式:ZIP
更新时间:2024-02-22 01:16:32
vim json vim-plugin json-parser VimVimscript
vim-jsonpath
Vim插件,提供了导航JSON文档缓冲区的方法。
:JsonPath :在光标:JsonPath显标识符的路径。
:JsonPath path.to.prop :在活动缓冲区中搜索给定路径,如果找到则将光标放在其上。
可通过:help jsonpath获得更多信息。
快速开始
" Install plugin (in this example using vim-plug)
Plug ' mogelbrod/vim-jsonpath '
" Optionally copy path to a named register (* in this case) when calling :JsonPath
let g: jsonpath_register = ' * '
" Define mappings for json buffers
au FileType json noremap
【文件预览】:
vim-jsonpath-master
----tests.sh(2KB)
----autoload()
--------jsonpath.vim(8KB)
----jsonpath.py(8KB)
----doc()
--------jsonpath.txt(4KB)
----plugin()
--------jsonpath.vim(811B)
----LICENSE(1KB)
----README.md(2KB)
----tests()
--------multiple-documents.json(128B)
--------object.json(63B)
--------minified.json(92B)
--------array.json(183B)
--------json-in-string.json(179B)
--------unicode.json(55B)
--------restcountries.json(331KB)
----.gitignore(28B)