Questions tagged as 'json'

1
answer

Cookie returning duplicate value

I'm saving a cookie in JSON format. In the properties of this object I have links with several parameters. At each link change, I update the cookie with the new value. Example of value saved in cookie: {"Url":"https://www.site.com.br? utm_sour...
asked by 05.06.2018 / 18:54
0
answers

Json, Hibernate, Spring boot

I'm having 2 situations that should do the same thing but do not: package com.example.demo.entity; import com.fasterxml.jackson.annotation.JsonIdentityInfo; import com.fasterxml.jackson.annotation.ObjectIdGenerators; import java.util.ArrayLis...
asked by 01.06.2018 / 21:08
1
answer

Access Json multidimensional PHP / Laravel

I'm trying to access a multidimensional Json via laravel and I'm not getting the expected result, I need to access phases-> gaming-> date-> 2017-05-13 I'll post the code below to find a solution : My array: Controller.phppublicfunctionind...
asked by 27.06.2018 / 15:10
0
answers

WebService Sefaz

Good afternoon. I'm developing an ERP management, and wanted to implement invoice, however I do not have much knowledge on. Can someone help me with how to return the values, for example from this WebService: link     
asked by 15.05.2018 / 17:21
1
answer

How do I access this Json?

{ "success": { "data": [ { "IdContribuinte": "1", "IdContribuinteTributario": "1", "IdUsuarioAnalisando": null, "DataAtualizacaoTributario": null, "DataImportacao": "2018-01-12 14:09:26.507",...
asked by 11.05.2018 / 00:37
1
answer

How to do autentica basic with delphi xe 8

I'm developing an application in Delphi xe8 that will consume data from the web service that returns data in json. The problem is that you are presenting the message HTTP/1.1 401 Unauthorized {"code":401,"message":"Unauthorized","detailedMessa...
asked by 11.05.2018 / 18:55
0
answers

Get ID inserted by Ajax

I have a function that includes a register, and when adding I call another function, in this other function I need to pass the last included ID, how can I do this? function SalvarHorario() { //NomeHorario var nome = $("#Nome"...
asked by 28.05.2018 / 13:53
1
answer

Problems with Json and php

My code should take data from the database, and assign it to an array, however, when this array is ready, the data does not enter the fields <?php include_once '../../classes/Conexao.php'; use classes\Conexao; header('Content-Type: text/htm...
asked by 15.05.2018 / 00:54
0
answers

Get the two objects from an array

I get a request with the following object: { "member_id": 1, "lista": [ { "id": 1, "member_id": 1, "instituicao": "Teste Fund", "data_inicio": "2018-04-25T06:00:00.000Z", "data_termino": "2018-04-25T06:00:00.000Z", "cidade": "Sao...
asked by 15.05.2018 / 02:23
1
answer

Paste object inside String JSON

I get the following JSON from a web service / '{ “SinteseCadastral”: { “Documento”: “99999999999”, “Nome”: “NOM DE TESTES”, “NomeMae”: “NOME DA MAE DE TESTE”, “NomeFantasia”: “NOME FANTASIA DE TESTE”, “DataNascimento”: “99/99/9999”, “DataFunda...
asked by 29.04.2018 / 22:58