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

