Skip to content

feature: Escape special characters in node/property name #28

@fvalette-ledger

Description

@fvalette-ledger

What is proposed ?

In order to ease python and or jinja template writing, escape special characters and avoid multiple way to do the same thing.
This allow to use only the dot (.) notation instead of getattr (from python) or [] from jinja template.

proposal:

  • - --> _
  • @ --> _at_
  • # --> s_
  • , -->

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions