-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
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.