aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/ujson_dumps_ordereddict.py
AgeCommit message (Collapse)Author
2019-11-13py/objdict: Support ujson.dump() of OrderedDict objects.Andrew Leech
Following CPython, OrderedDict are dumped with the syntax of dict.