Skip to content

List of objects #18

@ujikol

Description

@ujikol

Test_list::$=[{type:"foo", value:5}, {type:"bar", value:8}]

Output:

dv_Test_list:

  • "- type: foo"
  • "value: 5"
  • "- type: bar"
  • "value: 8"

Expected:

Test:

  • type: "A"
    value: 5
  • type: "B"
    value: 8

BTW: Why do you enforce a prefix? And why don't you remove the _list suffix?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions