mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Casting with either `(Godot.Collections.Dictionary<string, object>)parsedResult` or `parsedResult as Godot.Collections.Dictionary<string, object>` fails with an InvalidCastException (or silently returning null with the `as` keyword). Instead, a typed constructor using `new` should be used.