mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 19:00:50 +02:00
6 lines
94 B
Python
6 lines
94 B
Python
# test uPy ujson behaviour that's not valid in CPy
|
|
|
|
import ujson
|
|
|
|
print(ujson.dumps(b'1234'))
|