I think:
- that’s the joke
- this is just a watchface template, not an actual file being updated constantly
Comment on Fitbit Clock Fade
wreckedcarzz@lemmy.world 9 months ago
But a json file is used for storing settings and the like, not for providing real-time data, yeah?
I think:
/sys/
: am I some kind of joke to you?
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
felbane@lemmy.world 9 months ago
API calls often return json. It’s just a data format.
TexasDrunk@lemmy.world 9 months ago
Yep. I have a buddy who’s whole job is parsing that and displaying it on dashboards.
aniki@lemm.ee 9 months ago
You mean programming an ingestion routine to process json, surely, right?