Questions tagged as 'json'

0
answers

Large JSON file upload

Personal I have an equipment here that provides a log in JSON that inserts the data every
asked by 06.05.2017 / 06:56
3
answers

How to use a two-dimensional Array with Javascript (jquery)?

I think my question is too shallow, but I explain the situation in more detail: I already have the code and it works partially follows; $(document).ready(function() { var url = "dominio.com/json.php"; $.getJSON(url, function(result)...
asked by 05.05.2017 / 05:22
1
answer

Service Return

I have the following problem, I make an ajax call to my service and it returns me a paged list everything ok .. And I have a button where I download it to excel, only because it is a very heavy table and I can not paginate it in Excel, I just ha...
asked by 16.05.2017 / 16:05
0
answers

Newtonsoft.Json 'JArray.cs' does not exist

Using VB.NET and Newtonsoft.Json normally ... from time to time has presented the following error:    Locating source for   'C: \ Development \ Releases \ Json \ Working \ Newtonsoft.Json \ Working-Signed \ Src \ Newtonsoft.Json...
asked by 03.04.2017 / 16:03
1
answer

Popular inputs with jquery and insert table rows at the same time

I have an input that when you insert the enrollment (ID) of a person, the rest of the table populate dynamically, and another row of the table is automatically inserted, which would work the same way, the enrollment and the rest of the row compl...
asked by 01.04.2017 / 06:22
1
answer

Tomcat 9 - application / json was not found

Greetings, I'm developing a WS in Jersey / Restful which is working correctly on Glassfish but on Tomcat I get the error trying to consume the service.    SEVERE: Mapped exception to response: 500 (Internal Server Error)   javax.ws.rs.WebA...
asked by 08.03.2017 / 22:02
1
answer

Doubt to make a Json

Hello, I have the following Json. AndI'dliketoshowthetotalvalueina'p',I'musingthedatatablestoshowthevaluesofthe'date'.I'musingthe link as an example. And to mount the table I use (just an example, mine is equal only with the data I want):...
asked by 08.03.2017 / 12:36
0
answers

How do I store checked-in Checkboxes values?

Hello. I'm making a system that allows access to folders. I look for the folder, which has its id and permissions saved in the database, selecting it, loading its subfolder and checkboxes are loaded to determine the permissions that users will h...
asked by 10.03.2017 / 14:14
0
answers

List json data in ul li

People, I have a system here that it takes the data in a JSON and lists it in an HTML page, however it has the list as follows: it only displays a title and every time I update my browser it displays the next title. I wish it was one undernea...
asked by 27.02.2017 / 16:46
1
answer

Mount RegEx to change string json

I have the following string, which will actually be treated as a json , stored in a column in the database in my SQL Server : {"PT":"adssadsadsd "asdada"","ES":"","FR":"","EN":""} How do I automatically change the string to lo...
asked by 01.03.2017 / 16:52