3

Not the worst documentation but the fact that I even have to google the simplest things every single time for the simplest problem. It’s time consuming, I get distracted and I feel dumb for not knowing how to read a Json :)

Comments
  • 6
    Umm, json is nothing more then keys, values and collections (ordered or unordered)😐
  • 3
    Oh no no @C0D4 sorry for the bad English I mean doing the code in a lenguaje to read a json file
  • 4
    @duckycode unless your writing your own parser, there should be a built in method for that for almost any semi modern language. 🤔

    Now I'm intrigued how that's not easy.
  • 0
    Use Python, then you literally get a dict and list structure identical to the json...
Add Comment