JSON for Modern C++ Version 2.0.5
- Release date: 2016-09-14
- SHA-256: 8b7565263a44e2b7d3b89808bc73d2d639037ff0c1f379e3d56dbd77e00b98d9
Summary
This release fixes a regression bug in the stream parser (function parse()
and the <<
/>>
operators). This fix is backwards compatible.
Changes
- Bug fix: The end of a file stream was not detected properly which led to parse errors. This bug should have been fixed with 2.0.4, but there was still a flaw in the code.