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§

ExFromNative
Default-param extender for Json::from_native_ex.
ExParse
Default-param extender for Json::parse_ex.
ExStringify
Default-param extender for Json::stringify_ex.
ExToNative
Default-param extender for Json::to_native_ex.