tomnomnom / gron

Make JSON greppable!
MIT License
13.76k stars 326 forks source link

Use larger buffer when ungron #49

Closed saka1 closed 5 years ago

saka1 commented 6 years ago

This PR mitigates #46 in the same way as #44. By default, scanner.Scan() returns error if the input line is larger than MaxScanTokenSize (64KiB).

tomnomnom commented 5 years ago

Thank you so much for your PR, and thank you even more for remaining patient while I recover from burnout. So sorry it took so long to get it merged!