Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Enable access to unknown properties #41

Description

@jimirocks

Introduce some mechanism for accessing unknown properties when decoding. For example in Jackson (java) there is @JsonAnySetter.

Dartson equivalent could be something like:

@Entity()
class MyEntity {
  @Property() String knownValue;
  @AnyProperty() Map<String, dynamic> unknownProperties;
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions