Lines Matching refs:separators
33 >>> simplejson.dumps([1,2,3,{'4': 5, '6': 7}], separators=(',',':'))
104 separators=None,
109 allow_nan=True, cls=None, indent=None, separators=None,
138 If ``separators`` is an ``(item_separator, dict_separator)`` tuple
139 then it will be used instead of the default ``(', ', ': ')`` separators.
151 cls is None and indent is None and separators is None and
159 separators=separators, encoding=encoding, **kw).iterencode(obj)
167 allow_nan=True, cls=None, indent=None, separators=None,
194 If ``separators`` is an ``(item_separator, dict_separator)`` tuple
195 then it will be used instead of the default ``(', ', ': ')`` separators.
207 cls is None and indent is None and separators is None and
215 separators=separators, encoding=encoding,