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
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
instead of
I'll try by myself, but can not promise I'll complete this task