An open API service indexing awesome lists of open source software.

https://github.com/icela/friceengine-json

Make FriceEngine support JSON
https://github.com/icela/friceengine-json

Last synced: about 1 month ago
JSON representation

Make FriceEngine support JSON

Awesome Lists containing this project

README

        

# FriceEngine-JSONExtensionPack
Make FriceEngine support JSON

This extension pack uses JSONPreference to make engine save or configure able to be in JSON. It uses org.json to read and write
jsons.

- [JSONPreference.java](/src/org/frice/game/utils/data/JSONPreference.java)(The main body of this pack.)
- [org.json](/src/org/json/)(The json library.)
- [demo](/demo)(Demo(s) of FriceEngine-JSONExtensionPack)