[Swift] Support for untyped Json #1
Labels
dependency:kiota-core
Awaiting fix from core dependency project module
type:enhancement
Enhancement request targeting an existing experience
Similar to microsoft/kiota#4095 we need to add support for untyped content in request/response payloads.
In summary, we need to
UntypedNode
base type in the abstractions library (see Create types for untyped nodes kiota-dotnet#177)UntypedNode
to represent object, array and primitive types in the abstractions (see Create types for untyped nodes kiota-dotnet#177)getObjectValue
method in the json serialization library to handle scenarios of untyped content (see Support untyped nodes kiota-serialization-json-dotnet#198)RemoveUntypedNodePropertyValues
in the refiner so that untyped properties are not stripped out.The text was updated successfully, but these errors were encountered: