Closed ndvalkov closed 8 years ago
How do you process a longer JSON string with new lines in it? gets escapes, \n or \n\n do nothing or break, tried
to wrap the localize placeholder, didn't work either. Only way I see is to split the resource into smaller ones, which is not quite OK.
How do you process a longer JSON string with new lines in it?
gets escapes, \n or \n\n do nothing or break, tried