我正在使用get()
数据映射器中的方法从数据库中选择列。我将这个对象传递给json_encode();
当我这样做时,我得到了这个错误
json_encode() type is unsupported, encoded as null
更新三
["{\"id\":1,\"name\":\"JOHN\",\"city\":\"null\"}"
,"{\"id\":2,\"name\":\"MICHEAL\,\"city\":\"null\"}"]
这是我的回应,我没有选择城市但仍然出现城市。如何以正确的格式获取 json
SyntaxError:JSON.parse:JSON 数据后出现意外的非空白字符
[Break On This Error]
var jsonData = JSON.parse(data);