array
gc
select
sys
ubinascii
ujson
uos
ure
usocket
ussl
utime
This modules allows to convert between Python objects and the JSON data format.
ujson.
dumps
Return obj represented as a JSON string.
obj
loads
Parse the JSON str and return an object. Raises ValueError if the string is not correctly formed.
str