Searched refs:json (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/build/scripts/
H A Djsonschema2cppmodel.py12 import json namespace
261 schema = json.load(inputfile)
H A Djsonschema2cppparser.py13 import json namespace
456 "illegal state - unexpected json event parsing a string array");
636 "illegal state - unexpected json event parsing an array of {{cppname}}");
749 HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE, "illegal state - unexpected json event");
784 fprintf(stderr, "an error has arisen processing json for '{{toplevel.cppname}}'; %s\\n", message);
786 fprintf(stderr, "an error has arisen processing json for '{{toplevel.cppname}}'\\n");
845 "illegal state - unexpected json event parsing top level for {{toplevel.cppname}}");
892 "illegal state - unexpected json event parsing top level for BulkContainerStacked{{toplevel.cppname}}JsonListener");
938 schema = json.load(inputfile)
H A Dustache.py1074 import json namespace
1087 '-j', '--json',
1102 args.output.write(render(args.template.read(), json.load(args.json)))
1105 if args.json is not sys.stdin:
1106 args.json.close()

Completed in 55 milliseconds