JSON Tutorial
Frictionless supports parsing JSON tables (JSON and JSONL/NDJSON).
CLI
#
Reading DataYou can read this format using Package/Resource
, for example:
Python
#
Writing DataWe use the
path
argument forresource.write
to ensure that it will not be guessed to be a metadata file
The same is actual for writing:
Python
#
Configuring DataThere is a dialect to configure how Frictionless read and write files in this format. For example:
Python
References: