Skip to content

Consider more possible key types #6

@paneq

Description

@paneq

Perhaps keys could also be of all the allowed types as values?

Instead of:

message HashMapStringValue {
  map<string, Value> fields = 1;
}

we would use

message HashMapValueValue {
  map<Value, Value> fields = 1;
}

Or perhaps that could be a separate class/project?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    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