Open depeele opened 6 years ago
Sorry, this project is EOL, see https://hjson.org
That page links back here (via npm) and doesn't mention this project being EOL. What does the project being EOL mean in practice? Just that the spec is frozen and so this lib is frozen, but any bugs found will be fixed? Or is no activity going to happen on this lib at all?
This project isn't EOL, but we are looking for contributors. See hjson/hjson#84
IT would be nice if hjson honored
toJSON()
in a way consistent with the standardJSON.stringify()
.From [Mozilla Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#toJSON()_behavior)
This could be accomplished by adding the following prior to hjson-stringify.js line 316: