Questions tagged as 'json'

0
answers

Grouping JSON with java?

How do you group the json below according to the id? I have the following json: { "origem": [ { "id": 154826, "nm": "", "tp": "", "am": "", "sg": "SAO", "sq": 925 }, { "id": 2289,...
asked by 26.04.2018 / 17:02
0
answers

Angular and mysql

I have a question but I do not know where to start and I did not find anything on the net to teach me something like that. I created a pie chart using angular (ready method) but I need to create an interactive graph, the idea is as follows....
asked by 25.04.2018 / 00:07
1
answer

Error with.fasterxml.jackson.databind.JsonMappingException

Error shown: 04-25 14:01:32.589: I/Recebendo pela rede(31129): [{"id":"ab788cdc439","codcnesEquipe":"0","codcnesUnidade":"2161303","microarea":"00","nrcartaosus":"207283333540000","area":"0000","cbo":"322415","ativo":"1","datareg":"2016-09-22...
asked by 25.04.2018 / 19:23
1
answer

From x-www-form-urlencoded to json

Hello! I have been the "jr programmer." in maintaining a virtual store, making changes and improvements to the site through Classic ASP hosted on Windows server, with IIS. Context : The virtual store uses a "payment gateway" that bridges t...
asked by 23.04.2018 / 16:30
0
answers

How to convert a JSON into a generic class

In a project with several client-server applications, I have a series of configuration files in JSON, which contain the connection port, host, and so on. For each application, the information in JSON is different: configCache.json { "po...
asked by 22.04.2018 / 21:37
1
answer

JSON returns null when trying to get information in the database via PHP

I'm trying to get information from the bank with php and pass it to JSON, but it always comes empty returns null and with no error. [ { "current_field": null, "field_count": null, "lengths": null, "num_rows"...
asked by 29.04.2018 / 01:59
1
answer

Google chart, PHP and Ajax - Pizza chart does not show

I'm not able to plot the pie chart on the google chart. When I change the graph type to Barchart or columnchart, it plots, but when I put piechart it does not divide it. File that takes DB data <?php require('../../Controller/conexao_bd...
asked by 20.04.2018 / 16:59
0
answers

JSON error in PHP: SyntaxError: JSON.parse!

I have a problem filling out Google Maps with some markers, coming from a PHP (json). When I open the browser, the error appears: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data PHP code: <? head...
asked by 24.04.2018 / 15:36
0
answers

SEND POST VB.NET

I am trying to send a file via post, but I am not able to do, would anyone have any tips to send this code in vb.net? POST /holmes/api/upload?thumbPage=0&natureId=48658 HTTP/1.1 Host: redekrill.holmesdoc-homolog.com accessToken: meutoken...
asked by 30.04.2018 / 15:58
1
answer

Map json using jackson

I have a question on how to map a json to a model, I really have no idea which side to go to, I saw some material on the internet, but what I really lack is to really understand how it works there on the jackson part. my code is below, who can h...
asked by 17.04.2018 / 02:44