cmath
gc
math
select
sys
ubinascii
ucollections
uhashlib
uheapq
uio
ujson
uos
ure
usocket
ustruct
utime
uzlib
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