Orderly doesn't define a map or dictionary kind of structure that we need for properties.

      Orderly maps could look like this:

      map

      { string => boolean }

      isAllowed; // keys are strings and values are booleans
      map { string => union

      { string; integer; null; }

      } things; // keys are strings and values can be strings, integers or null
      map

      { [ "happy", "sad", "meh" ] => integer }

      intMapping; // keys are one of enum values and values are integers

      Grammar:

      'map' '

      {' unnamed_entries '=>' unnamed_entries '}

      ' optional_optional_marker

            Assignee:
            Florian Müller (Inactive)
            Reporter:
            Florian Müller (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: