Exemplo n.º 1
0
 def _read(self, jsonfile):
     jf = open(jsonfile).read()
     data = json.loads(jf)
     amp = Amp.unmarshal(data)
     return amp
Exemplo n.º 2
0
 def _read(self, jsonfile):
     jf = open(jsonfile).read()
     data = json.loads(jf)
     amp = Amp.unmarshal(data)
     return amp