Some fixes and additions
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