JSONΒΆ
JSON (JavaScript Object Notation) is a lightweight data-interchange format.
When it comes to reading a JSON file, using SessionContext.read_json()
is a simple and easy
from datafusion import SessionContext
ctx = SessionContext()
df = ctx.read_avro("file.json")