micropython/tests/extmod/ujson_dumps_extra.py

10 wiersze
162 B
Python
Czysty Zwykły widok Historia

# test uPy ujson behaviour that's not valid in CPy
2017-02-14 22:56:22 +00:00
try:
import ujson
except ImportError:
print("SKIP")
raise SystemExit
print(ujson.dumps(b'1234'))