You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var u = require('./utils')
var o = u.readJson('relative file name')
u.reduceArrays(o) // not recursive only check the root element's properties
u.writeJson('file name', o)
o // print out the object, it's javascrpit..