Skip to content

VPackParser.toJson v2.5.3 parses String with new lines different than v2.5.2 #29

Closed
@joscht-73

Description

@joscht-73

Arangodb content like {\n \"description\": \"String with new line\"\n} was ok for version 2.5.2.
Version 2.5.3 requires {\\n \"description\": \"String with new line\"\\n} otherwise Jackson ObjectMapper throws Exception with json String from VPackParser.toJson.
Is this change intentional or a bug?
See example v2.5.3 vs example v2.5.2

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions