v0.3.0
This version adds a python implementation of the existing JSON scanning algorithm written in vimscript. Initial testing suggests big performance improvements (~0.5s vs 19.5s for a 330kb json file). Both implementations will live side-by-side until v1.0 is released, at which point this plugin likely will require python to run.
- Add
g:jsonpath_use_python
option which by default is enabled ifpython3
is available - set it to0
to disable the python algorithm - The
jsonpath.py
module may be used outside vim if anybody wants to integrate it into another editor - Add some tests for the python algorithm