mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 23:28:59 +00: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.