JSON parser error with double quotes

 

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. "
            }
        ]
    }
}

 

posted @ 2015-04-22 14:30  細水長流  阅读(176)  评论(0编辑  收藏  举报