Article
· Feb 8, 2022 1m read

GlobalToJSON-embeddedPython-pure

I have created a package to export a Global into JSON object file and to re-create it by reloading from this file   
embeddedPython refers to the new available technologies. It should be understood as a learning exercise of 
how to handle the language interfaces. Only Global nodes containing data are presented in the generated JSON file.
Differently from the previous example, this one is using embedded Python only, no ObjectScript. Therefore PURE

We export this Global 

This is the file content

gbl.json.jpg

And the related Loader creates exactly the same Global

Video

Online Demo Terminal
Online Demo SMP

GitHub
 

Discussion (2)1
Log in or sign up to continue