Does OJ Parser support ignoring C comment blocks at beginning of JSON files? #168
Closed
thadguidry
started this conversation in
General
Replies: 1 comment 7 replies
-
I haven't seen the need for that since comments in JSON are out of spec anyway. Can you provide an example of where you have encountered something like that? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see there is support for ignoring C++ comment lines
//
, but what about C comment blocks/* ... */
at beginning of JSON files?Beta Was this translation helpful? Give feedback.
All reactions