Get the value of a key, without a class #401
rodrigodevelms
started this conversation in
General
Replies: 1 comment
-
Kaml is not intended to be a general-purpose YAML parsing library - it is intended to be used with kotlinx.serialization to encode / decode to Kotlin types. A general-purpose YAML parser like SnakeYAML would likely be better suited to what you're trying to do. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to access the value of a key, without the need for a class?
fun getValueFromYaml ( key: String, yamlPath: String) : String {}
Beta Was this translation helpful? Give feedback.
All reactions