Home | History | Annotate | Download | only in simplejson

Lines Matching refs:pairs

187     pairs = []
199 result = object_pairs_hook(pairs)
201 pairs = {}
203 pairs = object_hook(pairs)
204 return pairs, end + 1
235 pairs.append((key, value))
269 result = object_pairs_hook(pairs)
271 pairs = dict(pairs)
273 pairs = object_hook(pairs)
274 return pairs, end
359 the result of any object literal decode with an ordered list of pairs.
362 that rely on the order that the key and value pairs are decoded (for