I have a repository that returns a JSON object. I want to show a JSON object as a form with a value that can be changed. In addition, the user can add new pairs of key values ββto an existing object and send a new JSON object to be sent to the API.
Are there existing libraries or tools that allow me to do this. I am looking for minimal code in Javascript.
sheki source share