JSON Audit: View what parts of JSON you actually use in your app
I’ve created a JS project that uses getters/setters in JS to watch usage of objects. If you attach the auditor to JSON objects immediately after they’ve been retrieved you can use your app and then open a window to see which parts of the JSON object were actually used. You can see the project on GitHub.
Post a comment