Skip to content Skip to sidebar Skip to footer

Return JSON And Parse In Java, Android

I am returning a JSON string from PHP: 'success', 'username' => 'some username', 'projects' => 'some other value' );

Solution 1:

(or is 'response' the object that I pass?)

Yes, it is. It expects a string object in it's constructor to parse it.


Post a Comment for "Return JSON And Parse In Java, Android"