Reply from server: {"success":true,"uses":1,"purchase":{"seller_id":"PqK9YWSyICYZnR6hSnzzWA==","product_id":"yxuWCzDi8lqE0AlvvE_J3A==","product_name":"TestSoft",
Now I need to be able to get the success boolean and the uses into an integer, how would i go about this?
Yes - if the format of the reply string changes, then that extraction code may not work. It is specific to the format shown. But it is simple and does avoid using a 3rd party JSON parser.