We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import takin single_json_data = takin.load_single_json("files/single_json.json", prefix="data") print(single_json_data) >>> {'name': 'takin', 'email': '[email protected]', 'school': [1, 2, 3]}