jsonicjs / jsonic

JSON parser that isn't strict
MIT License
199 stars 23 forks source link

Support for single-quoted object properties #4

Closed FunkMonkey closed 7 years ago

FunkMonkey commented 9 years ago

Accidentally stumbled upon this, which is currently not allowed:

{ 
  'test': 34
}

Guess this should be relaxed, too.

Thanks!

rjrodger commented 8 years ago

yes, this should work too

rjrodger commented 7 years ago

Thank You!