Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
20 lines (13 loc) · 459 Bytes

File metadata and controls

20 lines (13 loc) · 459 Bytes
Copy raw file
Download raw file
Outline
Edit and raw actions

:mod:`ujson` -- JSON encoding and decoding

.. module:: ujson
   :synopsis: JSON encoding and decoding

This modules allows to convert between Python objects and the JSON data format.

Functions

.. function:: dumps(obj)

   Return ``obj`` represented as a JSON string.

.. function:: loads(str)

   Parse the JSON ``str`` and return an object.  Raises ValueError if the
   string is not correctly formed.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.