Skip to content

arrays of arrays #41

Description

@brandonkal

AML currently cannot represent this JSON:

[
  [1,2,3],
  [4,5,6]
]

I'm not sure how best to represent this, but perhaps something along the lines of:

[]
[.]
* 1
* 2
* 3
[.]
* 4
* 5
* 6
[]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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