When I use JsonArray I get this “Error : Deserialize JSON Array: Error reading JArray from JsonReader. Current JsonReader item is not an array: StartObject. Path ‘’, line 1, position 1.”
Url = “https://coinmap.org/api/v1/venues/”
I can get the needed details with DeserializeJson. but not with DeserializationJsonArray.
I want to get the count , how many "id"s are there in the response.