cherrypy._json module¶
JSON support.
Expose preferred json module as json and provide encode/decode convenience functions.
- cherrypy._json.decode(s, _w=<built-in method match of re.Pattern object>, _PY3=True)¶
Return the Python representation of
s
(astr
orunicode
instance containing a JSON document)