this post was submitted on 14 Jan 2024
1367 points (98.1% liked)
Programmer Humor
19572 readers
1929 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
But a json file is used for storing settings and the like, not for providing real-time data, yeah?
API calls often return json. It's just a data format.
You mean programming an ingestion routine to process json, surely, right?
That's friend's name? Jason Parsor
I think:
To be fair you won't find Jason there. But plenty of files that provide real time information about the system!
No it's used for all types of data transfer and real time data as well.
I mean, I've never used JSONs before but I imagine you could still write to them in realtime at least, as inefficient as that sounds lol. So you could probably get the same results on an actual text editor if you could modify it to update the text automatically when it detects a change instead of prompting the user