Closed
Description
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