i want to save a Json file and save all of data and functions.
i use JSONfn, but still doesn't give me Functions.
i already try this code but it doesn't work as i want:
fs.writeFile("object.json", JSON.stringify(track)), "utf8");
it give's full object of data but, i need functions too.