micropython/tests/extmod/ujson_dumps_extra.py
2015-09-03 23:06:18 +01:00

6 lines
94 B
Python

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