How to iterate through an array to convert to JSON
I am running Godot 4 and my ultimate goal is to convert data into JSON in order to save it to a file. I am just not winning on getting the data out of an Array of a custom class.
How to iterate through an array to convert to JSON
I am running Godot 4 and my ultimate goal is to convert data into JSON in order to save it to a file. I am just not winning on getting the data out of an Array of a custom class.