-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Wish feature: json5 #150
Comments
I think the most useful feature is to allowing trailing commas, and this feature is very easy to implement. |
+1 for trailing commas, I'm full of this nazi parsers |
I think adding JSON5 support is out of scope of this library. It would require a lot of effort to maintain JSON compliance while offering optional JSON5 support. Furthermore, I do not see a lot of need for JSON5 support. |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As described in: http://json5.org/
And there is a js implementation for json5: https://github.com/aseemk/json5
But I didn't found a good json5 in C++
The text was updated successfully, but these errors were encountered: