Skip to content

sprite2005/cocos2d-x-jsonconverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

Languages

  • C 76.6%
  • C++ 18.7%
  • Objective-C 4.7%