thamara / time-to-leave

Log work hours and get notified when it's time to leave the office and start to live.
http://timetoleave.app
GNU General Public License v3.0
455 stars 267 forks source link

Replace hand-made json validator by validateJSON utility #1052

Open thamara opened 8 months ago

thamara commented 8 months ago

In #946 a new formal json validator was added. The task here is to replace the current way of validating the json file in js/import-export.js by the one implemented in js/validate-json.js.

nehagupta1504 commented 5 months ago

@thamara can you point to me the line no. in js/import-export.js which you are asking to add validation or replacing the older way

tupaschoal commented 5 months ago

@nehagupta1504 to me it looks like the validEntry function should be replaced.