Lines Matching defs:indent
38 >>> print(json.dumps({'4': 5, '6': 7}, sort_keys=True, indent=4))
115 indent=None,
121 allow_nan=True, cls=None, indent=None, separators=None,
143 If ``indent`` is a non-negative integer, then JSON array elements and
144 object members will be pretty-printed with that indent level. An indent
149 tuple. The default is ``(', ', ': ')`` if *indent* is ``None`` and
167 cls is None and indent is None and separators is None and
174 check_circular=check_circular, allow_nan=allow_nan, indent=indent,
184 allow_nan=True, cls=None, indent=None, separators=None,
205 If ``indent`` is a non-negative integer, then JSON array elements and
206 object members will be pretty-printed with that indent level. An indent
211 tuple. The default is ``(', ', ': ')`` if *indent* is ``None`` and
229 cls is None and indent is None and separators is None and
236 check_circular=check_circular, allow_nan=allow_nan, indent=indent,