To support untyped JSON (https://github.com/microsoft/kiota/issues/4385), create the following types: `UntypedDict ` `UntypedList ` `UntypedStr ` `UntypedInt ` `UntypedBool ` `UntypedNone ` These types need to derive from `UntypedNode` that extends `Parsable`