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

Permit numbers as object keys? #1

Open phadej opened 11 years ago

phadej commented 11 years ago
{ 0: foo, 1: bar }

should be valid relaxed json, shouldn't it?

kuraga commented 8 years ago

:+1:

0o-de-lally commented 8 years ago

@phadej Any updates on this? Thanks for a very useful library!