I'm wondering what would it take to continuously read a JSON file and look for new objects with Unix Timestamps newer than the previous.
Ex:
With new Unix Timestamps being added after X amount of time.
Probably something to do with File.LastModified.
Ex:
B4X:
{
"unix_timestamp_1":{
},
"unix_timestamp_2":{
}
}
With new Unix Timestamps being added after X amount of time.
Probably something to do with File.LastModified.