Skip to content

asfdata does not support nested data items #96

@sebbASF

Description

@sebbASF

asfdata needs to return data in a form suitable for use by ezt, which only supports nested entries as attributes.

Items that are dicts need to be converted into a class with entries as attributes.

So a.b['c'] (not supported by ezt) can be accessed as a.b.c (which is).

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