webdevask.com
Menu
Home
New
Add question
php - How to json encode ajax result using jquery?
View Original
one text
Solution:
You can use:
JSON.stringify(data);
Source