News

I had to deal with this recently and was surprised to find out that godot needs to convert any vector2/3 variables to strings with var2str before writing them to json file and vice versa. It becomes a ...
Complex JSON: Nesting, objects, and arrays. So far, you’ve only seen examples of JSON used with shallow (or simple) objects. That just means every field on the object holds the value of a primitive.