Details

      Description

      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

        Attachments

          Activity

            People

            • Assignee:
              fmueller Florian Müller (Inactive)
              Reporter:
              fmueller Florian Müller (Inactive)
            • Watchers:
              0 Start watching this issue

              Dates

              • Due:
                Created:
                Updated:
                Resolved: