I'm in the process of creating a web application that interacts with another website through a JS API. I would like to incorporate an array of JSON objects obtained from this API into my Java Application.
Is there any way to submit this array, perhaps using a form?
Thanks, Dominik