Read Json

import pandas as pd

# Load data from a JSON file
df = pd.read_json('data.json')

Last updated