Skip to content

Supported built-in primitive types #9

@enikao

Description

@enikao
  • 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions