B4J Question JSON & Unix Timestamps

LWGShane

Well-Known Member
Licensed User
Longtime User
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:
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.
 
Top