go-json icon indicating copy to clipboard operation
go-json copied to clipboard

Fast Go JSON encoder for large arrays of objects

Results 1 go-json issues
Sort by recently updated
recently updated
newest added

- Add SetFirst, SetArray to allow using multiple stream encoder at once. - Flush the buf when its contents reach 64 kB ( needs more testing to find the most...