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

/external/chromium_org/tools/json_schema_compiler/
H A Dschema_util.py7 import json_parse namespace
H A Djson_schema.py9 import json_parse namespace
17 return json_parse.IsDict(thing) and thing.get(delete_key, False)
19 if json_parse.IsDict(item):
36 schemas = json_parse.Parse(handle.read())
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Davailability_finder.py12 from third_party.json_schema_compiler import json_parse, model namespace
111 lambda _, json: json_parse.Parse(json),
129 features_fs = fs_factory.Create(lambda _, json: json_parse.Parse(json),
H A Dapi_data_source.py13 import third_party.json_schema_compiler.json_parse as json_parse namespace
19 if json_parse.IsDict(item):
506 lambda _, json: json_parse.Parse(json),
551 json_parse.Parse(api)[0],
H A Dapi_data_source_test.py24 import third_party.json_schema_compiler.json_parse as json_parse namespace
73 lambda _, json: json_parse.Parse(json),

Completed in 221 milliseconds