How could I do to consume a URL with data coming from a JSON without using libraries like jQuery or something like this for a structure of type: [{chave:valor1},{chave:valor2}]
Good afternoon,
And I put a search field, and once the search is done, a table with the found users pops up. The part of the query I was able to do, but now I'm not getting popular (actually I have no idea how does, I researched but anyway I...
For some reason my Select2 using AJAX to populate it is not working. When I put a debugger in the code, it does not enter the result: method and also does not return any errors.
HTML:
<input type="hidden" class="bigdrop select2-of...
I'm creating a small REST read-only API service on a client's system. It uses Spring MVC to fulfill requests and the purpose of each request is to return a JSON with certain information to another system I am writing.
To generate JSON, I'm us...
My problem is as follows, I have two separate checkboxes, where the list of the first box is loaded through a json .
And I need to load the second checkbox depending on the value selected in the first box, with the contents of the two b...
I need to pass these values from a json file to a java class, the Json file is of this type:
{
"id":1,
"name":"Gold",
"description":"Shiny!",
"spriteId":1,
"consumable":true,
"effectsId":[1]...
I asked a little question on the site about JWT , which is used to create access tokens through JSON.
I tried to implement JWT between two applications that use different versions of a library that generates JWT tokens.
Know version 0.4 a...
I'm trying to show a table on the return of my insert but I'm not getting it, the insert operation is correct as well as the confirmation message, but the table is not displayed, I have this:
function GravaFase(event) {
event.p...
Information: I am using jqGrid(4.54) , and also implemented SubGrid , after opening SubGrid , it is necessary to export the contents of the open table.
Question: Is there a way to implement a button or a link within Su...