Module json
Expand description
Sidecar module for class Json.
Defines related flag and enum types. In GDScript, those are nested under the class scope.
See also Godot docs for JSON enums.
Structsยง
- ExFrom
Native - Default-param extender for
Json::from_native_ex. - ExParse
- Default-param extender for
Json::parse_ex. - ExStringify
- Default-param extender for
Json::stringify_ex. - ExTo
Native - Default-param extender for
Json::to_native_ex.