Skip to content

Remove need of quotes for key values #121

@kaidesu

Description

@kaidesu

Currently, you must wrap key values in quotes to assign:

player = {
  'x': 0,
  'y': 0,
  'health': 100,
}

Instead I'd like to be able to define key values without, as long as there is no space in the key:

player = {
  x: 0,
  y: 0,
  health: 100,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions