Next.js Discord

Discord Forum

Watch JSON local and delete old data (based on object Date)

Unanswered
Siberian posted this in #help-forum
Open in Discord
SiberianOP
Hi there. Is there any library that allows me to watch JSON file at the server if Date in JSON is older than current Date?

2 Replies

You could simply use the 'fs' module for that.