Use backslash charater to escape double quotes in JSON file as below example.
{
"myInfo": {
"description": [
{
"myName": "C.HU Inc.",
"myDetails": "Join me, "FRIEND",let's travel around the world together. "
}
]
}
}