ohler55 / oj

Optimized JSON
http://www.ohler.com/oj
MIT License
3.12k stars 250 forks source link

Fix "Invalid float" parse error #897

Closed jasonpenny closed 10 months ago

jasonpenny commented 10 months ago

Makes Oj.load("64ecb72d29191067f91ff95b") return Oj::ParseError again like versions before 3.15 did.

Closes #896

ohler55 commented 10 months ago

Please run the clang formatter. Otherwise, thank you.

ohler55 commented 10 months ago

Released v3.16.1 with you fix.

jasonpenny commented 10 months ago

Thanks!