I am trying to add a json value break up in multiple lines as below
{"sometext": "line1
           line2
           line3"
            
}
Getting the below error while parsing
Parse error on line
...      {"sometext": "line1             
----------------------^
Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got 'undefined'
 
    