VPackParser.toJson v2.5.3 parses String with new lines different than v2.5.2
joscht-73 opened this issue · 1 comments
joscht-73 commented
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