json5 support with comments #134
-
Does Jackson jr support json5 with comments? |
Beta Was this translation helpful? Give feedback.
Answered by
cowtowncoder
Mar 21, 2024
Replies: 2 comments 1 reply
-
Jackson-jr supports whatever JSON5 is not supported (if I recall what that is), bits and pieces may be supported. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks so much! I did not know this. Do you have a snippet on how to enable it in jackson jr? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'd first configure
JsonFactory
with settings (JsonReadFeature
s), thenJSON
instance created with factory. So something like: