On the JS, try use
data = JSON.parse(data);
So you can use it as an object instead.
solved display json_encode result to input tag in html
On the JS, try use
data = JSON.parse(data);
So you can use it as an object instead.
solved display json_encode result to input tag in html