Skip to content

Instantly share code, notes, and snippets.

@QWp6t
Last active July 31, 2025 21:16
Show Gist options
  • Save QWp6t/136093a3e8f3ad1aa403a1b50a2a3696 to your computer and use it in GitHub Desktop.
Save QWp6t/136093a3e8f3ad1aa403a1b50a2a3696 to your computer and use it in GitHub Desktop.
norway is not a country in yaml

countries.yml

countries:
- GB
- IE
- FR
- DE
- NO

parse(counties.yml) ⤵️

{
  "countries": [
    "GB",
    "IE",
    "FR",
    "DE",
    false
  ]
}

see: https://yaml.org/type/bool.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment