Questions tagged as 'json'

1
answer

How to consume a JSON url without using jQuery

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}]     
asked by 25.11.2015 / 17:09
1
answer

Result of JSON on a table

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...
asked by 12.11.2015 / 22:33
4
answers

Select2 with AJAX

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...
asked by 25.02.2014 / 18:52
3
answers

Serialize XML to REST API with Correct Accentuation

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...
asked by 14.05.2014 / 09:20
1
answer

VueJS: how to create a condition from one v-for to another

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...
asked by 30.08.2017 / 19:25
1
answer

Gson to Java - Map

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]...
asked by 23.10.2015 / 03:00
1
answer

How to read a json file using delphi

Good not being a pro in delphi I want to read a file json and extract fields. link     
asked by 28.09.2015 / 15:19
1
answer

What is the difference between JWT and JWS?

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...
asked by 10.03.2017 / 18:13
1
answer

Table does not appear in return Json

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...
asked by 04.08.2015 / 18:11
1
answer

How to export within the subGrid?

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...
asked by 31.01.2014 / 16:31