How to alow users to edit json files

I would like to alow people to edit json files without giving access to my project. How would I do that? I was thinking of building a /user/modify.html page with all of the imputs of their json file? How would I do that? I found an an answer here: javascript - How to update user inputted data into JSON - Stack Overflow but I have no idea how to implement that in to a page.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.