Fushuan [he/him]

Huh?

  • 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle

  • I disagree that json is not human writable. JSON is perfectly writable since it has explicit visible separations between elements.

    It might look ugly but it’s perfectly readable and writeable.

    Granted, I always read json after parsing it with an auto formatter. Maybe that’s why people say that json is difficult to read? It’s true that unformatted json (minified) is way worse than yaml but no one in their right mind would not format the json, specially when it’s natively supported by most code editors.

    BTW, about documentation, post formatting json looks very much like a yaml, all yaml docs can be converted to json instructions if you think a little bit.