Lines Matching refs:indent
103 indent=None, separators=None, encoding='utf-8', default=None):
131 If indent is a non-negative integer, then JSON array
133 indent level. An indent level of 0 will only insert newlines.
136 whitespace when indent is specified. You can use
158 self.indent = indent
260 and self.indent is None and not self.sort_keys):
262 markers, self.default, _encoder, self.indent,
267 markers, self.default, _encoder, self.indent, floatstr,