Skip to content

Commit a7edd06

Browse files
committed
itemize the options
1 parent f4d9843 commit a7edd06

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/sql-data-sources-json.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,11 @@ SELECT * FROM jsonTable
9898
## Data Source Option
9999

100100
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`
101+
* the `.option`/`.options` methods of
102+
* `DataFrameReader`
103+
* `DataFrameWriter`
104+
* `DataStreamReader`
105+
* `DataStreamWriter`
103106

104107
<table class="table">
105108
<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

Comments
 (0)