Skip to content

Lists #15

@SteveEmmerich

Description

@SteveEmmerich

This is more of question than and issue. Why did you choose not to support arrays of objects?

ex.

a: [5,4,3]

From what I can tell that would have to be:
properties file:

a.0=5
a.1=4
a.2=3

output:

{
   a: {
      0:5,
      1:4,
      2:3
   }
}

Did I miss something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions