RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

jasony gem - read JSON with comments, unquoted keys, multi-line strings, etc.

Hello, I’ve put together a new JSON readers gem called jasony. The first next generation JSON parser / reader included is HANSON.parse for the JSON for Humans (HanSON) format by Tim Jansen et al. Using HanSON you can use comments, unquoted keys, multi-line strings, single-quoted strings, trailing commas, and more. Note: HANSON.parse is the same as JSON.parse( HANSON.convert(text)), that is, HanSON works like a “pre-processor” for JSON. Cheers.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in