我有以下从 java 类返回的 json。我可以让它与 JS 一起工作。但是,当在 php 中使用 json decode 时,它显然会中断,因为我确信我需要使用 regexp 来使其正确解析。有任何想法吗?
{"return":"{\"response\": {\n \"header\": {\"status\": \"SUCCESS\"},\n \"table\": {\"rows\": {\"row\": {\"category\": [ {\n \"id\": 1,\n \"name\": \"myApp\",\n \"fa\": [\n {\n \"id\": \"370\",\n \"FieldsAllowed\": \"true\",\n \"systemType\": \"CRM GT\",\n \"cachable\": \"false\",\n \"description\": \"Display Activities\",\n \"faId\": \"100000044\",\n }]}}}\n}}"}