JWambaugh / TJSON

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

Abstract Map has no @:to function that accepts IMap<Dynamic, Dynamic> #9

Open baldodavi opened 10 years ago

baldodavi commented 10 years ago

I've trying to add TJSON to my project directly importing code. When compiling I've an error: [LOG] Source/scripts/redevogames/redevoclient/utils/TJSON.hx:349: lines 349-360 : Abstract Map has no @:to function that accepts IMap<Dynamic, Dynamic> responding on your line 338.

Any ideas to solve? Thanks.