示例#1
0
def load_json_str(json_str):
    data = json.loads(json_str)
    mc = MetaCast.from_json(data)
    return mc