Skip to main content

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)