Skip to content

TaylanUB/json-sexp-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edit JSON as s-expressions transparently

We use quasi-alists to represent objects:

{ "k1": v1, "k2": v2, ... } -> ((k1 v1) (k2 v2) ...)

We use Elisp vectors for JSON arrays, Elisp strings and numbers for JSON strings and numbers, and the symbols true, false, and null to represent the corresponding JSON values.

About

JSON-sexp mode for Emacs: Edit JSON in s-expression form.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published