boolean
string of arbitrary length
integer
- Do we support negative values?
- Do we define the supported range?
JSON
- This implies:
object (aka map), array, string, boolean, number, null
- Do we map
number to our integer?
Rationale for JSON support:
- Widely used
- Supported by every platform
- Representing structured data is core aspect of modeling
- Relieves the model user from (de)serializing structures to
string
booleanstringof arbitrary lengthintegerJSONobject(akamap),array,string,boolean,number,nullnumberto ourinteger?Rationale for JSON support:
string