I have String like this. [{"passwd":"test"}]
I want to get the value 'test' seperatelty to a string with out converting this to a JSON. How can I do that?
-
3I don't understand. Why don't you use JSON parser?Adil– Adil2015-01-14 09:18:07 +00:00Commented Jan 14, 2015 at 9:18
-
You want to do basic string operation?Naman Gala– Naman Gala2015-01-14 09:19:55 +00:00Commented Jan 14, 2015 at 9:19
Add a comment
|