-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi...is this a thing? #1
Comments
I'm here; I haven't noticed any issues with it; it's certainly loved; but it's a rather monogamous relationship right now :) |
I did use it in gun-file https://www.npmjs.com/package/gun-file for streaming large json data in... it's worked for a while now |
well, that's great to hear, indeed...I hope this idea can be adopted on a larger and more impactful scale, so us humans can write JSON without pulling out our hair! |
I suggested it on es-discuss... they were very resistant to changing/improving json even on the reading side. |
Is there actually any difference between JSON5 and JSON6? Maybe those differececs could be documented... |
Good idea to mark the differences.... Keyword undefined https://github.com/d3x0r/JSON6#json6-streaming And benchmarks... This is nearly double the speed of [JSON5 http://json5.org] implementation that inspired this (which is half the speed of Crockford's reference implementation). |
Hmm, some of those, like the underscore digit separation, seem a bit arbitrary, and not related to ES2015. One of the things I liked about JSON5, compared to HJSON, was that it was fairly restrained in the flexibility it allowed, and had a strong rationale for it. This seems a bit more towards the "anything goes as long as we can possibly parse it" end of the spectrum. |
Underscores was inspired by https://mail.mozilla.org/pipermail/es-discuss/2017-July/048665.html |
This question issue looks to be resolved. Can it be closed? |
I tried to suggest something similar to Douglas Crockford, but he didn't reply to my email. 😞 |
Due to recent issues and frustrations in web app development I recently stumbled across this repo and am quite excited by it...it seems a little un-loved, however, so I'm curious if it's under active development or what it's future might be...anyways, just curoous :-)
The text was updated successfully, but these errors were encountered: