New JSON feature #243
                  
                    
                      TheYellowArchitect
                    
                  
                
                  started this conversation in
                Ideas
              
            Replies: 1 comment 2 replies
-
| Interesting. Looks like a very useful feature for serializing/deserializing data. We would basically expect the user to write: "size": { 
  "__gtype":"Vector2",
  "values":[1,1]
},instead of : "size": "Vector2i(1, 1)"which seems a bit cumbersome. | 
Beta Was this translation helpful? Give feedback.
                  
                    2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Just wanted to share this PR from Godot 4.4 dev2 "Ability to convert native engine types to JSON and back"
since a big rewrite is happening for gloot, and JSON is important
Beta Was this translation helpful? Give feedback.
All reactions