/open-datatype-specifications

what is the largest set of compatible datatype specifications we can bring together.

open-datatype-specifications

What data types are publicly available now?

Starting at the most fundamental types and building up from there.

Systems

XML

json

The types represented in JSON are strings, numbers, booleans, object, arrays, and null. JSON syntax is nicely expressed in railroad diagrams

json.org

Boolean.

SQL

https://en.wikipedia.org/wiki/SQL:2003

Platform specific sql data types

SQL Server
Oracle
SQLite
Postgress
Mysql

Types in General Purpose Programming Languages

C

.net

Java

Python

Ruby

Javascript

Fundamental Data Types.

Boolean

TLDR: Has one of two possible values (usually denoted true and false)

Other specifications:

  • examples:

json "boolean" XML Schema

"integer"

-examples:

Definitions

  • TLDR;
  • TODO: A token which needs to be readdressed.

References