Can data inside Pandora be easily parsed into JSON? #139
Unanswered
Khaligufzel
asked this question in
Q&A
Replies: 1 comment
-
@Khaligufzel what is the exact use case? In case you think about modding, worth giving #80 a read - under the hood Pandora stores data as json, but that is rather an implementation detail. If in future we decide to use a different format, relying on its saving structure could be dangerous and break things. Pandora is intended to be used with Godot - in case you look for a solution to use something like Pandora in another engine or project outside of Godot, checkout GridlessDB. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi hello!
I'm working on a game where I want other people to easily access/modify/add/remove data without using Godot and Pandora.
So my question is, is there an easy way to store Pandora data in a JSON file?
If not, how would you approach this problem?
Thanks! :)
Beta Was this translation helpful? Give feedback.
All reactions