After thorough testing, my JSON data appears to be functioning correctly with regular content.
Here is a sample of the working JSON:
Working Json
{
"language": "XYZ",
"content": {
"GEN": "this is test",
"EXO": "this is test"
}
}
Not working json
{
"language": "XYZ",
"content": {
"GEN": "\id GEN\n\c 1\n\p\n\v 1 In the beginning God created the heavens and the earth.\n\v 2 And the earth was without form and was void form.",
"EXO": "\id EXO\n\c 1\n\p\n\v 1 Now these are the names of the children of Israel, which came to Egypt; every man and his household came with Jacob\n\v 2 Reuben, Simeon, Levi, and Judah"
}
}
You can view screenshots of both working and non-working JSON here.