-
Notifications
You must be signed in to change notification settings - Fork 43
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
LUA Tables to JSON #34
Comments
I've never used JSON and a quick search showed there are similarities between lua and json. There is a json library in the game but it appears to be utilized by the mission editor and is not accessible to the mission scripting environment. So I'd have to write my own or use someone else's encoder and put it directly in mist. For the sake of statement, if you are wanting to use a JSON table in an external program then you should be able to convert an exported lua table to JSON. |
Plan was to import into MySql DB using REST/CRUD. I don't know LUA, but guess I can figure it out. I also believe you can use JSON in google maps. Thanks anyway! |
Hi from a frenchie! ;) |
I am already exporting deepcopy tables to JSON @baluballa , I know this is 10000 years old but its pretty easy to do. |
Since JSON is a more common dataformat (generally speaking), is it possible to add export LUA table to JSON feature to MIST?
The text was updated successfully, but these errors were encountered: