Skip to content

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

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" } } }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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