JSON Table Schema
From Just Solve the File Format Problem
(Difference between revisions)
(Updated category) |
Ross-spencer (Talk | contribs) (Add IA link) |
||
Line 7: | Line 7: | ||
== Links == | == Links == | ||
* [http://dataprotocols.org/json-table-schema/ Official description/spec] | * [http://dataprotocols.org/json-table-schema/ Official description/spec] | ||
+ | * [https://web.archive.org/web/20230519194832/http://dataprotocols.org/json-table-schema/ official documentation on archive.org] | ||
[[Category:JSON based file formats]] | [[Category:JSON based file formats]] |
Revision as of 21:47, 16 April 2025
JSON Table Schema is a method, expressable in JSON, of specifying the field structure of tabular data, for instance a spreadsheet or CSV file. It is "in competition" with CSV Schema as a way to describe a CSV data structure. It can be accompanied by a CSV Dialect Description Format file to describe the specifics of the delimiter and quoting rules in a CSV or other delimited file.