Skip to content

Some fixes and additions

Compare
Choose a tag to compare
@Lauriichan Lauriichan released this 30 May 10:01
· 16 commits to master since this release

Fixed a number parsing error in nbt lib which caused zero length strings to be parsed as BigInteger and caused errors
Fixed a number parsing error in json lib which caused positive values to be calculated as negative ones and other way around
Added escaping of strings in json lib to prevent parsing errors on unescaped characters
Added some json lib tests