Open jwu opened 10 years ago
It is possible to parse json file by eval() in Vim. Also there is a plugin doing this: https://github.com/vim-scripts/ParseJSON.
The main problem in using JSON is it doesn't support comment. This is quite important cause the comment will let user understand the options for a value and the way to edit it.
It is possible to parse json file by eval() in Vim. Also there is a plugin doing this: https://github.com/vim-scripts/ParseJSON.
The main problem in using JSON is it doesn't support comment. This is quite important cause the comment will let user understand the options for a value and the way to edit it.