Skip to content

Fixed bug in 'JsonParser::readString'

Compare
Choose a tag to compare
@MichaelBrunn3r MichaelBrunn3r released this 09 Apr 09:44
· 16 commits to master since this release
Fixed major bug in 'JsonParser::readString'

Method was parsing chars as if they were numbers (i.e 'a' -> "97")