• Kenton Varda's avatar
    Implement annotations to control JSON parsing. · c10a1b08
    Kenton Varda authored
    Features:
    - Rename any field or enum value for JSON purposes.
    - Flatten structs/groups into their parent object, possibly with a prefix.
    - Assign a special discriminant field for unions, so that union members can be flattened without ambiguity.
    c10a1b08
json-test.c++ 37.2 KB