json
- json_serialize(item: Any) str
Serializes an item into a json.
>>> json_serialize({'one': 1, 'two': 2, 'three': 3}) '{"one":1,"two":2,"three":3}'
Serializes an item into a json.
>>> json_serialize({'one': 1, 'two': 2, 'three': 3})
'{"one":1,"two":2,"three":3}'