JWambaugh / TJSON

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

Escaped strings issue? #14

Open as3boyan opened 10 years ago

as3boyan commented 10 years ago
JSON Data on line 175: Expected ':' but got 'lime"' instead. Main.hx:63
Uncaught JSON Data on line 175: Expected ':' but got 'lime"' instead. TJSON.hx:33
  "Missing "lime" haxelib" : "Missing \"lime\" haxelib"

Encode mode: 'fancy'

as3boyan commented 10 years ago

Expected output:

"Missing \"lime\" haxelib" : "Missing \"lime\" haxelib"