JSON Table Schema
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Metaformats }} '''JSON Table Schema''' is a method, expressable in JSON, of specifying the field structure of tabular data, for...") |
(Category:JSON based file formats) |
||
Line 7: | Line 7: | ||
== Links == | == Links == | ||
* [http://dataprotocols.org/json-table-schema/ Official description/spec] | * [http://dataprotocols.org/json-table-schema/ Official description/spec] | ||
+ | |||
+ | [[Category:JSON based file formats]] |
Revision as of 16:17, 23 April 2017
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.