We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d9843 commit a7edd06Copy full SHA for a7edd06
docs/sql-data-sources-json.md
@@ -98,8 +98,11 @@ SELECT * FROM jsonTable
98
## Data Source Option
99
100
Data source options of JSON can be set via:
101
-* the `.option`/`.options` methods of `DataFrameReader` or `DataFrameWriter`
102
-* the `.option`/`.options` methods of `DataStreamReader` or `DataStreamWriter`
+* the `.option`/`.options` methods of
+ * `DataFrameReader`
103
+ * `DataFrameWriter`
104
+ * `DataStreamReader`
105
+ * `DataStreamWriter`
106
107
<table class="table">
108
<tr><th><b>Property Name</b></th><th><b>Default</b></th><th><b>Meaning</b></th><th><b>Scope</b></th></tr>
0 commit comments