You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UntypedObject UntypedArray UntypedString UntypedNumber UntypedBoolean UntypedNull
These types need to derive from UntypedNode. UntypedObject needs a property called properties that is a map of UntypedNode.
Extend IParseNode interface with UntypedNode? GetUntypedValue()
Extend ISerializationWriter interface with void WriteUntypedValue(string? key, UntypedNode? value)
The text was updated successfully, but these errors were encountered:
To support untyped JSON (microsoft/kiota#2319), create the following types:
UntypedObject
UntypedArray
UntypedString
UntypedNumber
UntypedBoolean
UntypedNull
These types need to derive from
UntypedNode
.UntypedObject
needs a property calledproperties
that is a map ofUntypedNode
.Extend
IParseNode
interface withUntypedNode? GetUntypedValue()
Extend
ISerializationWriter
interface withvoid WriteUntypedValue(string? key, UntypedNode? value)
The text was updated successfully, but these errors were encountered: