Quantcast
Viewing all articles
Browse latest Browse all 3637

REST API - Escaping characters

Let's assume I have a notes field with new lines characters in it.What solution is correct and what is the difference between them?

1

{"notes" : "test test test \n line2"}

2

{"notes" : "test test test \\n line2"}

Thank you


Viewing all articles
Browse latest Browse all 3637

Trending Articles