Closed jackdelahunt closed 1 year ago
With some additional testing, I have found that there is no problem when returning a single object (I used a single instance instead of an array). So that issue is when the response is an array at the top level and not an object.
Wrapping the array in an object works fine but of course is not ideal.
Closing as this was fixed in https://github.com/microsoft/kiota-serialization-json-python/pull/99
Trimmed down response from the API I am using with a generated Python Kiota client:
When trying to serialize this and error is being thrown in the
kiota-serialization-json-python
package.