-
Let's have a TOML file [foo]
"x\ny" = 42
'*' = 33
"?" = 121 What I want is that, after the file is parsed, I can get the table's keys in the original form as they are written in the file: P. S. Including in table headers: [foo."*".bar]
[foo.'*'.bar] |
Beta Was this translation helpful? Give feedback.
Answered by
epage
Jun 26, 2024
Replies: 1 comment 1 reply
-
You need access to a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ip1981
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need access to a
Key
, for exampleTable::key
Table::get_key_value
Table::get_values