bignerdranch / Freddy

A reusable framework for parsing JSON in Swift.
MIT License
1.09k stars 119 forks source link

Fix a crash from attempted to read past the end of input when given incomplete input data. #200

Closed jgallagher closed 8 years ago

jgallagher commented 8 years ago

Closes #199.

jeremy-w commented 8 years ago

:+1: LGTM