JSON Parser from http response

Hello Friends ,
I am using RESTful services in cocos2d-x .
Response have string, integer, nested array and nested dictionary.
How to get http response in CCDictionary or CCArray.

JSON library isn’t integrated in cocos2d-x yet, so you had to choose a c/c++ parser from json.org homepage.
My suggestion is to forget CCDictionary & CCArray, use the output data structure of your json libary instead.