romshark / jscan

High performance JSON iterator & validator for Go
BSD 3-Clause "New" or "Revised" License
88 stars 7 forks source link

feat: Parser and ParserBytes #10

Closed romshark closed 1 year ago

romshark commented 1 year ago

feat: Add new types Parser and ParserBytes to allow direct parser instantiation bypassing sync.Pool. fix: Avoid keeping reference to the input string/[]byte after scan returned.

romshark commented 1 year ago

Closed in favor of #16