Him188 / yamlkt

Multiplatform YAML parser & serializer for kotlinx.serialization written in pure Kotlin
Apache License 2.0
132 stars 14 forks source link

`Yaml.parse` api doesn't exist #63

Open leung018 opened 1 year ago

leung018 commented 1 year ago

In your README, Yaml.parse is preferred way but I guess do you mean Yaml.decodeFromString?

I tried to use Yaml.parse but it doesn't exist.

FYR: https://github.com/search?q=repo%3AHim188%2Fyamlkt+yaml.parse&type=code

Him188 commented 1 year ago

Indeed, sorry for inconvenience.