Skip to content

It's impossible to have legit one char key without it having the chance of being changed to another value #15

@JimZeeKing

Description

@JimZeeKing

With this object as source, "G" will get changed to "config" after unpacking because G will be the key used to replace "config" key .
var tt = { config:{ positions:{ F:200, G:200, }, A:{ test:123, test2:"ABC" } } }

results in (after unpacking)

var tt = { config:{ positions:{ F:200, config:200, }, A:{ test:123, test2:"ABC" } } }

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