System.Text.Json Utf8JsonReader is reading the array twice
I am trying to deserialize with the Utf8JsonReader i now that it’s can be made easily but i need to make a custom deserialization.
When i try to deserialize an array with object inside it’s reading it twice.