Lines Matching refs:encoding
114 indent=None, separators=None, encoding='utf-8'):
119 encoding of keys that are not str, int, long, float or None. If
127 objects will be checked for circular references during encoding to
149 If encoding is not None, then all input strings will be
150 transformed into unicode using that encoding prior to JSON-encoding.
163 self.encoding = encoding
232 _encoding = self.encoding
278 _encoding = self.encoding
344 _encoding = self.encoding