neuecc/Utf8Json

New Feature

harishrajput4 opened this issue · 1 comments

The de-serialize function can accept array of bytes with offset, can we have one more overloaded method where i can tell the length/count e.g, Deserialize(bytes, offset, count, JsonSerializer.defaultResolver);
Or
we can pass ArraySegment()
e.g. Deserialize(ArraySegment arraySegment);