circuitpython/tests/extmod/ujson_dumps_extra.py

6 lines
94 B
Python
Raw Normal View History

# test uPy ujson behaviour that's not valid in CPy
import ujson
print(ujson.dumps(b'1234'))