Skip to content

v0.3.0

Compare
Choose a tag to compare
@mogelbrod mogelbrod released this 17 May 22:01
· 18 commits to master since this release

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 if python3 is available - set it to 0 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