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

Is this project still alive? #13

Closed 0o-de-lally closed 7 years ago

0o-de-lally commented 8 years ago

@phadej I really like relaxed-json, but it's breaking in browser implementations and numbers in key names is an issue for me.

Are you maintaining this repo? It would be preferable that you say in the Readme that this is not being maintained in favor of HJSON.

phadej commented 8 years ago

Well, it's "maintained". In a sense it works for me. I'm happy to take PRs, if it doesn't work for someone else.

About number keys: it should be configurable.

0o-de-lally commented 8 years ago

@phadej thanks. There is already a fix for one of the issues: https://github.com/phadej/relaxed-json/issues/9 Can you incorporate that one?

phadej commented 7 years ago

Just published a 1.0.1, sorry it took so long