Are quoted key names permitted (too)? #48
-
Does JSON5 allow standard |
Beta Was this translation helpful? Give feedback.
Answered by
jordanbtucker
Jan 16, 2024
Replies: 1 comment
-
Yes, JSON5 is a superset of JSON, which means that any valid JSON document can be parsed as JSON5. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RokeJulianLockhart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, JSON5 is a superset of JSON, which means that any valid JSON document can be parsed as JSON5.