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