Skip to content

json parsing/encoding/decoding for Vim using eval(). If it works for you its fastest

Notifications You must be signed in to change notification settings

MarcWeber/vim-addon-json-encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

reading/parsing/decoding and writing/encoding JSON for Vim using native eval
performance for reading. See autoload/json_encoding.vim

It should work fine for commonly used characters, but don't expect Vim's
encoding to fit JSON exactly.

This plugin is used by some of my plugins.

TODO: drop this library - current Vim has json_encode / decode (no idea how it encodes true /false values)

About

json parsing/encoding/decoding for Vim using eval(). If it works for you its fastest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published