you are viewing a single comment's thread
view the rest of the comments
[–] 22 points 1 month ago (10 children)

Ima guess it's javascript-ese to turn a json object into a string, perhaps for serialization. But no clue, coding for decades but always hated js, I guess my way through with a linter and IDE when I absolutely, positively, cannot find an alternative, which seldom happens.

  • source
  • parent
  • hideshow 10 child comments
  • [–] 28 points 1 month ago (9 children)

    I mean, the meme could've been ‘oh, it's JS, shoot me’

  • source
  • parent
  • hideshow 9 child comments
  • [–] 9 points 1 month ago (8 children)

    Before yaml, I used json with Ruby it was way nicer to read than xml config files ( but way before that I started using it with PHP and Actionscript)

  • source
  • parent
  • hideshow 8 child comments
  • [–] 10 points 1 month ago (5 children)

    Yeah you don’t have to be using JavaScript to use json. Yes I know it’s part of the name, but it’s just an object notation which is the other part of the name, and this has become widely accepted for use in nearly all popular languages and frameworks.

  • source
  • parent
  • hideshow 5 child comments
  • [–] 3 points 1 month ago (4 children)

    Are there any other languages that would also have Json.Stringify? I only read JS sometimes and never write those, so I may be wrong about that.

    JSON itself is fine, yeah

  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 1 month ago (1 child)

    Holy cow! I don't think I've ever met another developer who actually admits to using action script back in the day. Greetings fellow old person!

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 1 month ago

    Yup pre iPhone front end development was all over the place. I actually started with Macromedia flash when it was still just a few actions. I think 1998-99 was the first time I used it. AS3 was a neat language though, I still kinda miss it now and then.

  • source
  • parent