python:实现Json 解析器Parser
import json
class JsonParser:
"""
this class to handle anything related to json file [as implementation of facade pattern]
"""
def convert_json_to_python(self, par_json_file):
"""
this function