Searched defs:json_parse (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/
H A Djson_schema.py7 import json_parse namespace
14 return json_parse.IsDict(thing) and thing.get(delete_key, False)
16 if json_parse.IsDict(item):
34 schemas = json_parse.Parse(handle.read())
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dschema_util.py7 from third_party.json_schema_compiler import json_parse, idl_schema, idl_parser namespace
13 if json_parse.IsDict(item):
114 schemas = json_parse.Parse(file_data)
H A Dcompiled_file_system.py12 from third_party.json_schema_compiler import json_parse namespace
103 json_parse.Parse(ToUnicode(data))),
H A Dapi_data_source.py12 import third_party.json_schema_compiler.json_parse as json_parse namespace

Completed in 165 milliseconds