We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To support untyped JSON (microsoft/kiota#4385), create the following types:
UntypedDict UntypedList UntypedStr UntypedInt UntypedBool UntypedNone These types need to derive from UntypedNode that extends Parsable
UntypedDict
UntypedList
UntypedStr
UntypedInt
UntypedBool
UntypedNone
UntypedNode
Parsable
The text was updated successfully, but these errors were encountered:
Please assign it to me
Sorry, something went wrong.
refs microsoft#285 Add support for untyped nodes.
6b4768b
refs microsoft#285 make list of type UntypedNode
3cf2a67
refs microsoft#285 Add type constraint for constructor arguments
88572f7
rohitkrsoni
Successfully merging a pull request may close this issue.
To support untyped JSON (microsoft/kiota#4385), create the following types:
UntypedDict
UntypedList
UntypedStr
UntypedInt
UntypedBool
UntypedNone
These types need to derive from
UntypedNode
that extendsParsable
The text was updated successfully, but these errors were encountered: