Skip to content

The reflection API is missing information about default values #161

@Tisten

Description

@Tisten

There is no convenient way to get default values with reflection today. The only way I know of is to pass in a (semi-) empty json object which then will write a packed binary blob with the default values of a whole struct. I would like to be able to access default values per member in a struct through reflection.

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