▲ 1001 ▼ Everyone's asking, 'Who's Json?', but nobody's asking, 'How's Json?' (thelemmy.club) submitted 3 weeks ago by CodiUnicorn@programming.dev to c/programmer_humor@programming.dev 146 comments fedilink hide all child comments
[–] sukhmel@programming.dev 28 points 3 weeks ago (1 child) I mean, the meme could've been ‘oh, it's JS, shoot me’ permalink fedilink source parent hideshow 2 child comments replies: [–] anomnom@sh.itjust.works 9 points 3 weeks ago (2 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) permalink fedilink source parent hideshow 4 child comments replies: [–] jaybone@lemmy.zip 10 points 3 weeks ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] sukhmel@programming.dev 3 points 3 weeks ago (3 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 permalink fedilink source parent hideshow 6 child comments replies: [–] anomnom@sh.itjust.works 2 points 3 weeks ago* Not sure but with Ruby it was JSON.generate(ruby_array/hash/object). And it returned - JSON string of your argument. permalink fedilink source parent [–] DaleGribble88@programming.dev 2 points 3 weeks ago* (last edited 3 weeks ago) Python has a popular library called "Flask" that uses stringify(). Although, python also has an implementation in its standard library called jason.dumps() permalink fedilink source parent [–] jaybone@lemmy.zip 2 points 3 weeks ago (1 child) To add to other replies, I think there are some Java libraries that use this method name, or close to it. It’s so common that the term is well recognized on its own, regardless of the exact method names in whatever library or language. permalink fedilink source parent hideshow 2 child comments replies: [–] sukhmel@programming.dev 1 point 3 weeks ago It is recognisable, with that I agree permalink fedilink source parent [–] DaleGribble88@programming.dev 1 point 3 weeks 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! permalink fedilink source parent hideshow 2 child comments replies: [–] anomnom@sh.itjust.works 2 points 3 weeks 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. permalink fedilink source parent
[–] anomnom@sh.itjust.works 9 points 3 weeks ago (2 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) permalink fedilink source parent hideshow 4 child comments replies: [–] jaybone@lemmy.zip 10 points 3 weeks ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] sukhmel@programming.dev 3 points 3 weeks ago (3 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 permalink fedilink source parent hideshow 6 child comments replies: [–] anomnom@sh.itjust.works 2 points 3 weeks ago* Not sure but with Ruby it was JSON.generate(ruby_array/hash/object). And it returned - JSON string of your argument. permalink fedilink source parent [–] DaleGribble88@programming.dev 2 points 3 weeks ago* (last edited 3 weeks ago) Python has a popular library called "Flask" that uses stringify(). Although, python also has an implementation in its standard library called jason.dumps() permalink fedilink source parent [–] jaybone@lemmy.zip 2 points 3 weeks ago (1 child) To add to other replies, I think there are some Java libraries that use this method name, or close to it. It’s so common that the term is well recognized on its own, regardless of the exact method names in whatever library or language. permalink fedilink source parent hideshow 2 child comments replies: [–] sukhmel@programming.dev 1 point 3 weeks ago It is recognisable, with that I agree permalink fedilink source parent [–] DaleGribble88@programming.dev 1 point 3 weeks 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! permalink fedilink source parent hideshow 2 child comments replies: [–] anomnom@sh.itjust.works 2 points 3 weeks 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. permalink fedilink source parent
[–] jaybone@lemmy.zip 10 points 3 weeks ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] sukhmel@programming.dev 3 points 3 weeks ago (3 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 permalink fedilink source parent hideshow 6 child comments replies: [–] anomnom@sh.itjust.works 2 points 3 weeks ago* Not sure but with Ruby it was JSON.generate(ruby_array/hash/object). And it returned - JSON string of your argument. permalink fedilink source parent [–] DaleGribble88@programming.dev 2 points 3 weeks ago* (last edited 3 weeks ago) Python has a popular library called "Flask" that uses stringify(). Although, python also has an implementation in its standard library called jason.dumps() permalink fedilink source parent [–] jaybone@lemmy.zip 2 points 3 weeks ago (1 child) To add to other replies, I think there are some Java libraries that use this method name, or close to it. It’s so common that the term is well recognized on its own, regardless of the exact method names in whatever library or language. permalink fedilink source parent hideshow 2 child comments replies: [–] sukhmel@programming.dev 1 point 3 weeks ago It is recognisable, with that I agree permalink fedilink source parent
[–] sukhmel@programming.dev 3 points 3 weeks ago (3 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 permalink fedilink source parent hideshow 6 child comments replies: [–] anomnom@sh.itjust.works 2 points 3 weeks ago* Not sure but with Ruby it was JSON.generate(ruby_array/hash/object). And it returned - JSON string of your argument. permalink fedilink source parent [–] DaleGribble88@programming.dev 2 points 3 weeks ago* (last edited 3 weeks ago) Python has a popular library called "Flask" that uses stringify(). Although, python also has an implementation in its standard library called jason.dumps() permalink fedilink source parent [–] jaybone@lemmy.zip 2 points 3 weeks ago (1 child) To add to other replies, I think there are some Java libraries that use this method name, or close to it. It’s so common that the term is well recognized on its own, regardless of the exact method names in whatever library or language. permalink fedilink source parent hideshow 2 child comments replies: [–] sukhmel@programming.dev 1 point 3 weeks ago It is recognisable, with that I agree permalink fedilink source parent
[–] anomnom@sh.itjust.works 2 points 3 weeks ago* Not sure but with Ruby it was JSON.generate(ruby_array/hash/object). And it returned - JSON string of your argument. permalink fedilink source parent
[–] DaleGribble88@programming.dev 2 points 3 weeks ago* (last edited 3 weeks ago) Python has a popular library called "Flask" that uses stringify(). Although, python also has an implementation in its standard library called jason.dumps() permalink fedilink source parent
[–] jaybone@lemmy.zip 2 points 3 weeks ago (1 child) To add to other replies, I think there are some Java libraries that use this method name, or close to it. It’s so common that the term is well recognized on its own, regardless of the exact method names in whatever library or language. permalink fedilink source parent hideshow 2 child comments replies: [–] sukhmel@programming.dev 1 point 3 weeks ago It is recognisable, with that I agree permalink fedilink source parent
[–] sukhmel@programming.dev 1 point 3 weeks ago It is recognisable, with that I agree permalink fedilink source parent
[–] DaleGribble88@programming.dev 1 point 3 weeks 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! permalink fedilink source parent hideshow 2 child comments replies: [–] anomnom@sh.itjust.works 2 points 3 weeks 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. permalink fedilink source parent
[–] anomnom@sh.itjust.works 2 points 3 weeks 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. permalink fedilink source parent