dewski / json_builder

Rails provides an excellent XML Builder by default to build RSS and ATOM feeds, but nothing to help you build complex and custom JSON data structures. JSON Builder is here to help.
http://garrettbjerkhoel.com/json_builder/
MIT License
244 stars 52 forks source link

Single quotes being erroneously escaped #29

Closed wraithgar closed 12 years ago

wraithgar commented 12 years ago

When non-pretty json is generated, single quotes in strings are being escaped with a backslash. This is invalid json and is causing the generated content not to parse.

dewski commented 12 years ago

Thank you for reporting this! A new test has been added and released 3.1.5.