Skip to content

_hxcls must be first property in object #16

@jdharrison

Description

@jdharrison

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions