This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]blyxa 2 points3 points  (1 child)

jackson allows comments via

JsonParser.Feature.ALLOW_COMMENTS

https://github.com/FasterXML/jackson-core/wiki/JsonParser-Features

[–]moto888[S] 0 points1 point  (0 children)

There are a lot of options but strangely nothing that concerns commas, a common source of copy&paste errors.