diff --git a/pandas/io/json/_json.py b/pandas/io/json/_json.py index fdeda868fdb5e..f92fc65f55df6 100644 --- a/pandas/io/json/_json.py +++ b/pandas/io/json/_json.py @@ -502,6 +502,7 @@ def read_json( -------- DataFrame.to_json : Convert a DataFrame to a JSON string. Series.to_json : Convert a Series to a JSON string. + json_normalize : Normalize semi-structured JSON data into a flat table. Notes -----