Skip to content

Fixed bug in 'JsonParser::readString' and '::skipString'

Choose a tag to compare

@MichaelBrunn3r MichaelBrunn3r released this 04 Apr 16:08
· 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