Skip to content

Why does the structure need void *json member? #8

@jiangquantuan

Description

@jiangquantuan

for example:
struct json_attitude { float roll; float yaw; float pitch; void *json; };
In the user's perspective, we don't know when to use void *json member in structure.In what scenarios do we need to use it?

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