Skip to content

Support for $ref part 2 #12

@JordiPolo

Description

@JordiPolo

Support for $ref as text was added before. But ideally these $ref are deserialized into pointers to other structs or something like that.
The deserialization should fail if the ref does not point to any known point.
To validate if a ref exist in the doc I'm doing this really really terrible code:
https://github.com/JordiPolo/oatool/blob/master/src/main.rs#L26

If real support is added, then all this code disappears as a non-proper ref would cause deserialization error.

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