(io_json)=

JSON

JSON (JavaScript Object Notation) is a lightweight data-interchange format. When it comes to reading a JSON file, using {py:func}~datafusion.context.SessionContext.read_json is a simple and easy

from datafusion import SessionContext

ctx = SessionContext()
df = ctx.read_json("file.json")