deib97 Posted August 27, 2014 Share Posted August 27, 2014 I want to print data from response json? I was debug with firebug and show this : {"umumu":"","levelu":1,"nameu":""} How to echo data array just levelu. But i don't know how to make it? thanks Quote Link to comment https://forums.phpfreaks.com/topic/290674-how-to-echo-data-response-json/ Share on other sites More sharing options...
samuel99 Posted August 27, 2014 Share Posted August 27, 2014 You could just copy that JSON and paste it into https://json-csv.com. Then you can view it in a spreadsheet. Quote Link to comment https://forums.phpfreaks.com/topic/290674-how-to-echo-data-response-json/#findComment-1489041 Share on other sites More sharing options...
boompa Posted August 27, 2014 Share Posted August 27, 2014 Use json_decode. Quote Link to comment https://forums.phpfreaks.com/topic/290674-how-to-echo-data-response-json/#findComment-1489044 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.