micropython
ubinascii
ujson
ure
usocket
ussl
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