Fixed bug in 'JsonParser::readString' and '::skipString'
·
22 commits
to master
since this release
When the methods were checking for the opening '"' of the String, they didn't peek, but read!!! the Stream