Jsonic Interactive Parser

Open in new window

About Jsonic

Jsonic is a JSON parser that accepts flexible syntax:

  • Object merging: a:{b:1},a:{c:2}{a:{b:1,c:2}}
  • Property chains: a:b:c:1{a:{b:{c:1}}}
  • Multi-line strings with ``` and ‘’’ quotes
  • Plugin system for extended functionality