Searched refs:JSONWithCommentsDecoder (Results 1 – 1 of 1) sorted by relevance
86 class JSONWithCommentsDecoder(json.JSONDecoder): class126 obj = json.load(f, object_pairs_hook=collections.OrderedDict, cls=JSONWithCommentsDecoder)128 … obj = json.load(sys.stdin, object_pairs_hook=collections.OrderedDict, cls=JSONWithCommentsDecoder)