let data= {
timestamp:time,
OSName:osname,
IP:userdata.IPv4,
country:userdata.country_name,
browser:broname
}
I want to store these values into a JSON file or js file, so that I can fetch them later on. Please help me with this, how can I store them? Also, these value update every time when page reload; then a new object should be made.