[Ruby] Support for untyped Json #4386
Labels
enhancement
New feature or request
help wanted
Issue caused by core project dependency modules or library
Ruby
Milestone
Similar to #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: