Skip to content

Use quicktype module to generate language-dependent structure instead of json #129

@gugu

Description

@gugu

In my project I noticed an issue - some clients try to replace data in JSON by concatenating strings and complain about "API broken". It would be nice to have

body = { "a": True, "b": None}

instead of

body = '{"a": true, "b": none}'

I'll try by myself, but can not promise I'll complete this task

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions