phadej / relaxed-json

Relaxed JSON is strict superset JSON, relaxing strictness of vanilla JSON
http://oleg.fi/relaxed-json/
Other
80 stars 8 forks source link

Corrects imports for MeteorJS. #14

Closed 0o-de-lally closed 7 years ago

0o-de-lally commented 8 years ago

Also adds test for number: RJSON.parse('{2:"hello"}') => { "2" : "hello" }

0o-de-lally commented 7 years ago

@phadej are we able to merge this? Currently rjson is intermittent in browsers.

phadej commented 7 years ago

Superseded by #15