JWambaugh / TJSON

The tolerant JSON parser for Haxe
78 stars 25 forks source link

Escaping solidus #6

Closed maxless closed 10 years ago

maxless commented 10 years ago

According to the RFC (http://tools.ietf.org/html/rfc4627) the escaped solidus should also be parsable by the JSON parser. ATM TJSON parse() call says

Error : JSON Data on line 1: Invalid escape sequence '\/'
JWambaugh commented 10 years ago

Thanks! This is now fixed in version 1.2.1 (now on haxelib) ea04b22949c642fb29ebf63158c800d43abe6cd4