Home
last modified time | relevance | path

Searched refs:JSONWithCommentsDecoder (Results 1 – 1 of 1) sorted by relevance

/build/soong/scripts/
Djsonmodify.py86 class JSONWithCommentsDecoder(json.JSONDecoder): class
126 obj = json.load(f, object_pairs_hook=collections.OrderedDict, cls=JSONWithCommentsDecoder)
128 … obj = json.load(sys.stdin, object_pairs_hook=collections.OrderedDict, cls=JSONWithCommentsDecoder)