How can i parse this json response after storing it as a char to get the strings and store them in variables? using any c library. Cjson probably because that's the one i am using to build the request..
{
"responseExitCode":"200",
"message":"Account Created",
"accountnumber":"58aa9f170c073",
"accounttype":"Yea",
"accountname":"Danstan Onyango"
}