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...") |
(Updated category) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
− | |subcat= | + | |subcat=Schema formats |
}} | }} | ||
'''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. | '''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. | ||
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]] |
Latest revision as of 16:31, 14 August 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.