Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add JSON data storage (spells, database?, etc) #22

Open
jnharton opened this issue Mar 31, 2013 · 0 comments
Open

add JSON data storage (spells, database?, etc) #22

jnharton opened this issue Mar 31, 2013 · 0 comments

Comments

@jnharton
Copy link
Owner

So the idea at the moment is store and load some of the game data from JSON. In particular, my intention is to store spells either as individual json files (one json object per file) or as one big file containing a json object per spell. Some of the code to handle this is written using google-gson, however that library has it's own license (Apache License 2.0). The compatibility of that license with the MIT license the codebase and how the code can be used together without any relicensing is yet to be determined.

google-gson

DEPENDENCY: determine license compatibility

@jnharton jnharton removed the review label Feb 1, 2016
@jnharton jnharton modified the milestone: Convert data storage to JSON Feb 1, 2016
@jnharton jnharton removed this from the Convert data storage to JSON milestone Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant