Home | History | Annotate | Download | only in simplejson

Lines Matching full:json

43         raise ValueError("Out of range float values are not JSON compliant: %r"
51 Return a JSON representation of a Python string
82 Extensible JSON <http://json.org> encoder for Python data structures.
87 | Python | JSON |
132 encoded as such. This behavior is not JSON specification compliant,
138 that JSON serializations can be compared on a day-to-day basis.
140 If indent is a non-negative integer, then JSON array
146 tuple. The default is (', ', ': '). To get the most compact JSON
150 transformed into unicode using that encoding prior to JSON-encoding.
332 raise TypeError("%r is not JSON serializable" % (o,))
336 Return a JSON string representation of a Python data structure.