Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
Allow unquoted field names when parsing Json string to JsonNode.
The ValueMetaJson class must enable a Jackson feature: JsonReadFeature.ALLOW_UNQUOTED_FIELD_NAMES.
Work with quote: {"field":"1234"}
Don't work without quotes: {field:"1234"}
Attachments
Issue Links
- links to