Skip to content

Fix: special characters in jsonld literals

Fix for #201 (closed).

At the moment, the string representation of JSON literals are, e.g., used for RDF triple validation in a Turtle syntax, such as here. But some poorly escaped JSON(-LD) characters like the control character for a line break \n break the Turtle representation. To fix this, we can parse JSON literals accordingly.

Merge request reports