Closed tommck closed 2 years ago
Describe the bug When the API returns an array as the top level (not an object), I get the following error:
Date: Tue, 26 Apr 2022 12:58:51 GMT Server: Kestrel ** RestClientVS : Error parsing JSON ( Error reading JObject from JsonReader. Current JsonReader item is not an object: StartArray. Path '', line 1, position 1. ), raw content follows. ** []
To Reproduce Steps to reproduce the behavior:
Expected behavior It should parse the array.
Fixed with associated PR #26
Describe the bug When the API returns an array as the top level (not an object), I get the following error:
To Reproduce Steps to reproduce the behavior:
Expected behavior It should parse the array.