jsonicjs / jsonic

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

Allow - in object key values #5

Closed baldmountain closed 8 years ago

baldmountain commented 9 years ago

A minor change to allow the dash character for object keys in input strings.

AdrieanKhisbe commented 8 years ago

:+1: cool feature :)

rjrodger commented 8 years ago

@baldmountain this is great, and I want to merge! Can I ask you to add a few more tests to make sure that:

thanks!

baldmountain commented 8 years ago

OK, I added a few more. I think I covered most likely cases.

rjrodger commented 8 years ago

thank you!

baldmountain commented 8 years ago

You're welcome! :)

moos commented 8 years ago

Please bump the version and publish to npm -- needing this urgently!

AdrieanKhisbe commented 8 years ago

:+1: :smiley: