I have a json object in the following format in Java and I am not sure how to parse it?
{"status":0,
"info":
{"masterUuid":"12312312","X":"Y"}
}
I have a json object in the following format in Java and I am not sure how to parse it?
{"status":0,
"info":
{"masterUuid":"12312312","X":"Y"}
}