fix: multiline strings being escaped when creating an entity
JSON.stringify escaped "\n" in strings. This is correct for json serialization but here, using placeholders is the good/safe way to go. Closes #18 (closed).
JSON.stringify escaped "\n" in strings. This is correct for json serialization but here, using placeholders is the good/safe way to go. Closes #18 (closed).