_thread
array
builtins
cmath
gc
math
sys
ubinascii
ucollections
uerrno
uhashlib
uheapq
commsocket
uio
ujson
uos
urandom
ure
ustruct
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