JavaScript将JSON对象转换成JavaScript对象的方法是()
A. JSON.parse()
B. JSON.stringify()
C. json_encode()
D. json_decode()
JavaScript将JavaScript对象转换成JSON对象的方法是()。
A. JSON.parse()
B. JSON.stringify()
C. json_encode()
D. json_decode()
PHP将数组转换成JSON数据的函数是()。
A. JSON.parse()
B. JSON.stringify()
C. json_encode()
D. json_decode()
PHP将JSON对象转换成PHP数组的函数是()。
A. JSON.parse()
B. JSON.stringify()
C. json_encode()
D. json_decode()