json
json copied to clipboard
Add ability to reuse Decoder, Scanner, and byteReader
This pull adds the ability to reset Decoder, Scanner, and byteReader. This allows for the reuse of these types allowing a calling application to reduce the number of allocations needed.