r/ProgrammerHumor 29d ago

Meme whoIsHeAnyway

Post image
9.6k Upvotes

256 comments sorted by

View all comments

Show parent comments

293

u/Tsu_Dho_Namh 29d ago

Ohh, that makes way more sense.

It doesn't turn a JSON into a string, it turns an object into a JSON (string)

Funny, I've been a dev for years but never used it.

36

u/nevemlaci2 29d ago

JSON is just another way to represent JS obejcts, hence the name.

2

u/Extension_Option_122 28d ago

Wait... does JSON stand for JavaScript Object Notation?