ohler55 / ojg

Optimized JSON for Go
MIT License
839 stars 50 forks source link

May some bug on oj.Parse #85

Closed zzzzwc closed 2 years ago

zzzzwc commented 2 years ago

When I parse an incomplete json like {"time":"2021-08-16 12:12:15","a":"5","b":"5" by oj.Parse it return a nil result and a nil error.

ohler55 commented 2 years ago

Looking into it now.

ohler55 commented 2 years ago

Please try the no-error-on-not-closed branch. I've got a few print statements in there trying to get back to 100% coverage so it might take a couple of days to get the release out.

ohler55 commented 2 years ago

Released v1.13.1

zzzzwc commented 2 years ago

Released v1.13.1

great