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
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.
deleted by creator
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