Home | History | Annotate | Download | only in simplejson

Lines Matching full:json

198     Simple JSON <http://json.org> decoder
203 | JSON | Python |
223 their corresponding ``float`` values, which is outside the JSON spec.
239 of every JSON object decoded and its return value will be used in
241 deserializations (e.g. to support JSON-RPC class hinting).
249 instance containing a JSON document)
259 Decode a JSON document from ``s`` (a ``str`` or ``unicode`` beginning
260 with a JSON document) and return a 2-tuple of the Python
263 This can be used to decode a JSON document from a string that may
270 raise ValueError("No JSON object could be decoded")