Skip to content

JSON: support for weakly typed json properties #28871

@maumar

Description

@maumar

Currently we only support strongly typed POCO objects that map to JSON and are reflected in our metadata. We should also allow weakly typed properties, i.e. JsonDocument/JsonNode, that would not be reflected in our metadata and support query via GetProperty and various Get* methods (e.g. GetInt32) to retrieve the final scalar result.

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions