smile-kotlin
Toggle table of contents
4.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
smile-kotlin
smile-kotlin
/
smile
/
read
/
json
json
fun
json
(
file
:
String
)
:
DataFrame
(
source
)
fun
json
(
file
:
Path
)
:
DataFrame
(
source
)
fun
json
(
file
:
String
,
mode
:
JSON.Mode
,
schema
:
StructType
)
:
DataFrame
(
source
)
fun
json
(
file
:
Path
,
mode
:
JSON.Mode
,
schema
:
StructType
)
:
DataFrame
(
source
)
Reads a JSON file.