Him188 / yamlkt

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

[BUG]: not support `$schema` #52

Open BlackHole1 opened 1 year ago

BlackHole1 commented 1 year ago

Error yaml content:

$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json

Error message:

Error parsing YAML: Expected whitespace after COLON but found / for 'kotlin.collections.LinkedHashMap'
$schema: https://raw.githubusercontent.com/stre...
              ^ at line 1, column 16

Replacing the code with the one below will work fine. But it should be supported without quotation marks

$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
图片