Skip to content

C++ JSON parsing library for cocos2d-x, migrated from WiEngine code

Notifications You must be signed in to change notification settings

Lubee/cocos2dx-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cocos2dx-json

C++ JSON parsing library for cocos2d-x, migrated from WiEngine code

Requirement

cocos2dx-json project refers cocos2d-x project. You must clone cocos2d-x repository to a folder named "cocos2d-x", and then clone cocos2dx-json in the same parent folder.

I put some common code to https://github.com/stubma/cocos2dx-common, so also clone it in the same parent folder. The cocos2dx-common is referred by all my cocos2d-x extensions.

Demo

There is a test project in test folder, it supports iOS and android. If you want other platform, do it yourself.

How to use

For iOS, just drag cocos2dx-json project into your project. For Android, just import cocos2dx-json module. If not clear, refer to demo code.

About

C++ JSON parsing library for cocos2d-x, migrated from WiEngine code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published