Answers for "How do I handle newlines in JSON"

0

How do I handle newlines in JSON

var data = '{"count" : 1, "stack" : "sometext\\n\\n"}';
Posted by: Guest on July-28-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language