HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
json-field.py File Reference

Go to the source code of this file.

Namespaces

 json-field
 
 json
 -checker
 

Variables

 json-field.parser = OptionParser()
 
 json-field.type
 
 json-field.help
 
 json-field.dest
 
 json-field.options
 
 json-field.arguments
 
 json-field.fieldNameStr = options.__dict__["field"]
 
 json-field.base64Decode = int(options.__dict__["base64"])
 
 json-field.fieldNamesList = fieldNameStr.split(":")
 
 json-field.jsonString = sys.stdin.read()
 
 json-field.jsonDic = json.loads(str(jsonString))
 
 json-field.retVal = jsonDic
 
 json-field.index = int(fieldName)