Skip to content

JSON projection should support nested paths #193

@chripf

Description

@chripf

When using JSON projection for nested elements the Code is quite lenghty:

return t => {
      Field1 = t.JsonData.RootElement.GetProperty("outer").GetProperty("nested1").GetProperty("nested2").GetString()
}

This would read much nicer as

return t => {
      Field1 = t.JsonData.RootElement.GetProperty("outer.nested1.nested2").GetString()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions