In order to leverage haxe class parsing you must have the "_hxcls" property set as the first entry, and this is an unintuitive requirement (and very restricting).
{"float":0.5,"_hxcls":"test.ClassTest"}
should work the same as
{"_hxcls":"test.ClassTest","float":0.5}
If I can find the time I shall add it in, however: any parser operations should be checked for first before parsing other fields.
In order to leverage haxe class parsing you must have the "_hxcls" property set as the first entry, and this is an unintuitive requirement (and very restricting).
{"float":0.5,"_hxcls":"test.ClassTest"}should work the same as
{"_hxcls":"test.ClassTest","float":0.5}If I can find the time I shall add it in, however: any parser operations should be checked for first before parsing other fields.