Skip to content

Fix fast array parser to deal with nested non-uniform array elements #5

@fangq

Description

@fangq

Currently, JSONlab fails to interpret the following input

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

this is because matlab eval() function automatically merge nested array constructs, and the array boundaries are removed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions