I get a json result from service, and want to get its values by regex. How can I do it? this is my json:
{"success":true,
"transaction":{"id":"82631130",
"balanceAfter":"8555"}}
I get a json result from service, and want to get its values by regex. How can I do it? this is my json:
{"success":true,
"transaction":{"id":"82631130",
"balanceAfter":"8555"}}