index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
extmod
/
ujson_dumps_float.py
blob: f6ba5f11396115795bc0ea85d1045435b99d7d98 (
plain
)
1
2
3
4
5
6
try
:
import
ujson
as
json
except
ImportError
:
import
json
print
(
json
.
dumps
(
1.2
))