We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b645ae commit ddf2541Copy full SHA for ddf2541
pandas/io/json/_json.py
@@ -501,7 +501,7 @@ def read_json(
501
By file-like object, we refer to objects with a ``read()`` method,
502
such as a file handle (e.g. via builtin ``open`` function)
503
or ``StringIO``.
504
- orient : str
+ orient : str, optional
505
Indication of expected JSON string format.
506
Compatible JSON strings can be produced by ``to_json()`` with a
507
corresponding orient value.
0 commit comments