-
Notifications
You must be signed in to change notification settings - Fork 495
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
Add json5 support to apoc-core and extended. #3586
Comments
Is not possible through apoc extended, we should have to handle the OBJECT_MAPPER that is in Core Opened an analogous Trello Core Card with id: Therefore, we could do something like this in JsonUtil:
And then, instead of the current writeValueAsString:
also, instead of the current Util.fromJson:
and so on. |
Closed since there is the analogous Trello card |
Json5 adds a number of nice features.
In jackson we can enable most of them with capabilities. Some of which we already do.
See
https://stackoverflow.com/questions/68312227/can-the-jackson-parser-be-used-to-parse-json5
The text was updated successfully, but these errors were encountered: