jsoneditor icon indicating copy to clipboard operation
jsoneditor copied to clipboard

(Not an issue) Any future plans to make it available for HTTPS POST request

Open avi94 opened this issue 4 years ago • 1 comments

I just wanted to know if I could use this library from a backend project to hit POST requests with JSON data and get response back, specifically for the Diff feature where we can find difference between two JSON structures. I am a backend Golang developer.

Thanks and Regards.

PS: I absolutely love using the website!

avi94 avatar Nov 12 '21 13:11 avi94

If your JSON documents are not too large, you could pass them as url parameters as discussed in #1378

The web application of course uses GET and POST to store documents in the cloud. In the network tab of your developer console you can figure out which requests to make exactly, it's no rocket science (see also #886, #925, #709). You can use those endpoints right now, however, if people start to misuse them I'll need to lock them down. So I don't really want to promote that right now 😁. In the future I want to implement being able to login and keep documents private under your account. At that point it makes a lot of sense opening up the REST API for use cases like yours.

josdejong avatar Nov 27 '21 11:11 josdejong