JSON overview
Installationβ
To get started with JSON module, add the following dependency:
libraryDependencies += "dev.vhonta" %% "scala-ql-json" % "0.2.0-RC4"
JSON module depends on circe for parsing JSON.
Supported operationsβ
- Reading single JSON files
- Reading multiple files
- Reading from directory (optionally with GLOB pattern)
- Writing query result to a JSON file (single and multiline)