Home | History | Annotate | Download | only in json

Lines Matching refs:An

5 :mod:`json` exposes an API familiar to users of the standard library
139 cause an error.
143 result in an ``OverflowError`` (or worse).
151 object members will be pretty-printed with that indent level. An indent
157 If ``separators`` is an ``(item_separator, dict_separator)`` tuple
208 result in an ``OverflowError`` (or worse).
216 object members will be pretty-printed with that indent level. An indent
222 If ``separators`` is an ``(item_separator, dict_separator)`` tuple
263 If the contents of ``fp`` is encoded with an ASCII based encoding other
264 than utf-8 (e.g. latin-1), then an appropriate ``encoding`` name must
270 ``object_hook`` is an optional function that will be called with the
275 ``object_pairs_hook`` is an optional function that will be called with the
276 result of any object literal decoded with an ordered list of pairs. The
299 If ``s`` is a ``str`` instance and is encoded with an ASCII based encoding
300 other than utf-8 (e.g. latin-1) then an appropriate ``encoding`` name
304 ``object_hook`` is an optional function that will be called with the
309 ``object_pairs_hook`` is an optional function that will be called with the
310 result of any object literal decoded with an ordered list of pairs. The
329 This can be used to raise an exception if invalid JSON numbers