什么是正确的JSON格式。

时间:2015-07-28 03:59:38

标签: php json

我有这样的JSON编码格式但是当我解码时我得到了null。任何人都可以帮助我吗?

[{"system":"ecode","servicetype":"eservice","service_name_type":"eCode","show_service":"eCode","id"
:"32211","amount":"50.0000","bank":"BBL","bank_ref":"000011539775","method":"debit","transaction_ref"
:"150032211","create_date":"2015-07-21 09:46:18","customer_id":"17111","name":"\u0e2a\u0e21\u0e2b\u0e24
\u0e17\u0e31\u0e22 \u0e04\u0e13\u0e32\u0e1b\u0e23\u0e32\u0e0a\u0e0d\u0e4c","address":"19 \u0e17\u0e14
\u0e2a\u0e2d\u0e1a \u0e41\u0e02\u0e27\u0e07\u0e17\u0e38\u0e48\u0e07\u0e2a\u0e2d\u0e07\u0e2b\u0e49\u0e2d
\u0e07 \u0e40\u0e02\u0e15\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e35\u0e48","pv":"\u0e01\u0e23\u0e38\u0e07\u0e40
\u0e17\u0e1e\u0e21\u0e2b\u0e32\u0e19\u0e04\u0e23","zip":"10210","email":"somtoo@tot.co.th"}]

1 个答案:

答案 0 :(得分:0)

它可能是特殊字符的编码。您可以要求json_last_error()获取明确的信息。