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
- Host: GitHub
- URL: https://github.com/icela/friceengine-json
- Owner: icela
- License: gpl-3.0
- Created: 2017-08-02T12:12:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T10:43:09.000Z (over 7 years ago)
- Last Synced: 2025-01-22T11:16:47.884Z (3 months ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FriceEngine-JSONExtensionPack
Make FriceEngine support JSONThis 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)