Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Add support for maps and lists #8

@lazopm

Description

@lazopm

It would be great if this was supported. How hard would it be to add basic support?

in:
$list: (1, 2, 3);
out:
{list: [1, 2, 3]}

in:

$map: (
    hello: 1,
    world: 2
);

out:
{map: { hello: 1, world: 3 }}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions