My project has stucked on a point where i am using Json.
The JSON response from my PHP webservice is as follow :
{"result":true , "data":"1"}
but, the problem is i am unable to parse this Json into anything like dictionary or array because all of them take only TEXT or NUMBER. If i parse above JSON into dictionary then the value of result will contain 0 either it is true or false
so, is there any plugin or any other way to handle such booleans from JSON into C2?