valyala / fastjson

Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
MIT License
2.3k stars 138 forks source link

sometimes the parsing has error coz json format "invalid" like missing comma #80

Open hiqsociety opened 2 years ago

hiqsociety commented 2 years ago

possible to have the program run it still and parse as best as it can be or fill the comma itself?