-
Golang Is it possible in go-toml to somehow get an array of keys that will complement the lack of ordering in |
Beta Was this translation helpful? Give feedback.
Answered by
pelletier
Mar 19, 2024
Replies: 1 comment 1 reply
-
This answer may be helpful to you: #801 (reply in thread) In brief, you can use the unstable API to parse the document directly. It's not a great answer, but I think it's the best available option until #873 is fully supported. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rszyma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This answer may be helpful to you: #801 (reply in thread)
In brief, you can use the unstable API to parse the document directly. It's not a great answer, but I think it's the best available option until #873 is fully supported.