Using json? #13
CredibleOpossum
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I appreciate the thought, and while I do like the appeal of serializing into json, I'm not interested in that change for this mod. Two reasons;
Largely my stance on this is not permanent. The mod is in a state of flux right now, where I intend to do some large refactors on existing code if I can find time and mental energy for them, and I still intend to add a few large features. Once I've got those features in place, I'll be -slightly- more open to things like refactoring, and possibly forward changes to the data store which continue to respect old versions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering how open you would be for replacing/changing the data_store file? In my own mod I simply use a lua library to convert an object to a json string. It would probably be a little less efficient storage wise but would be easier and (I believe) improve forward compatibility.
I would be up to make a pull request if that's something you'd like.
Beta Was this translation helpful? Give feedback.
All reactions