Skip to content

430Studio/cocos2d-x-jsonconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

cocos2d-x-jsonconverter

Intro

This is a simple JSON parser for cocos2d-x, based on cJSON.

It converts JSON objects to CCDictionary objects, and vice versa.

Datatype Mapping

object : CCDictionary

array : CCArray

string : CCString

number : CCNumber

true/false : CCBool

null : CCNull

About

JSON wrapper for cocos2d-x, based on cJSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published