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>)¶
Return the Python representation of
s(astrinstance containing a JSON document).