json.txt Utility used to parse and emit JSON data
==============================================================================
==============================================================================
This plugin provides the ability to load JSON encoded data from files and dump
Vim variables to files. Data loaded is cached in order to speed up the
plugin.
Plugin requires some additional plugins:
- vimpluginloader
- vimstuff
- vimargumentchec
(with their dependencies). It is also recommended having Vim compiled with
+python feature. This plugin picks up first of demjson, simplejson and json
Python modules that is present on your system. Note that vimscript alternative
to Python is too slow and does not support surrogate pairs.
==============================================================================
This plugin provides one command and four functions. Functions are accessed
------------------------------------------------------------------------------
The only command provided by this plugin. If variable
Show the contents of the cache in two columns: filename and last
modification time.
Purge cache.
------------------------------------------------------------------------------
All following functions are accessed via dictionary returned by
Load JSON data from file. If {ignorecache} is present and is equal
to 1 then ignore existing cache.
Load JSON data from string.
Dump JSON-encoded {data} to file {file}.
Encode {data} in JSON and return resulting string.
==============================================================================
Specifies whether to use Python or not. Default is 1.
Specifies the command prefix. Default is "JSON". See
If this key exists and plugin is not already loaded, then it will not
be loaded.
vim: ft=help:tw=78