I feel that Yaml sucks. I understand the need for such markup language but I think it sucks. Somehow it’s clunky to use. Can you explain why?

  • borup
    link
    fedilink
    English
    arrow-up
    13
    ·
    3 个月前

    JSON does lack comments. And numbers that are not 64 floats.

    • marcos@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      3 个月前

      TFB, the numbers are not defined as 64 bits floats.

      They are just not defined. At all.

        • marcos@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          3 个月前

          That’s a valid point.

          There are two kinds of good serialization languages, the ones where values are black boxes and only serialize the data structure, and the ones where everything is completely determined and can be turned directly into an API.

          JSON is neither, but it’s closer to the first than YAML. XML is the first, while the SOAP standard almost turns it into the second. TOML is about as close to the first as JSON.

    • TCB13@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      3 个月前

      There’s a lot of JSON parsers that don’t mind to see comments there, just ignore them. And there’s also the “_comment” / “$comment” thing.