Skip to content

Can't use Json keys with dots in it #55

@rlgde-vs

Description

@rlgde-vs

Since the library uses dot notation to get into the different levels within a JSON file, if a key in JSON file has a dot, it can't find it or at least the syntax to get it is not clear.

Workaround could be to pre-process JSON file to substitute "." with "dot" for example, but would like to keep it as is since some key values correspond to modelica variables coming from other models and would like to keep traceability.

Best would be to have a way to get it, like "myKey.'key.with.dot'.another_key" for example.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions