Questions tagged as 'json'

0
answers

How to put the json results of guzzlehttp in blade view?

I have been reading for several hours, I have been investigating how to get the data from the http query with guzzle but I can not solve it. I need a little help on how the response received should be formatted. I want to treat the string as Jso...
asked by 29.03.2017 / 19:41
1
answer

Insert different tables of a base into an array in Codeigniter

The problem I have is what do I get a json of a form, by doing the json decode I get: Array ( [curp_aval] => pemi940613hdfrdasr [nombre_aval] => Ivan [ap_pat_aval] => Perez [ap_mat_aval] => Montiel [curp] => GACh94...
asked by 25.03.2017 / 19:48
0
answers

Jmeter extracting fields / parsing JSON response using jp @ gc JSON extractor

I am using jp @ gc JSON extractor plugin in jMeter and I also saw the Foreach driver to have variables different for each Id, but I do not know what components I should use to see the extracted variables. I have the following file in json:...
asked by 28.03.2017 / 22:57
1
answer

glassfish server does not generate me json

I have a web service in Netbeans that takes the mysql data I have in a remote glassfish server. When I test the service in local, it generates both the xml and the json. The problem I have when I upload the service to the server that does not ge...
asked by 21.03.2017 / 13:11
0
answers

IOS Swift TimeLine Twitter get text

I have to show the content of some tweets of certain Twitter accounts, I show the TimeLine of the user who passed him without problems through Fabric and TwitterKit. The problem is that I have to store these tweets in a database, the text, the a...
asked by 15.03.2017 / 17:51
1
answer

Why does the OneSignal API throw me this error?

Create a notification application with the OneSignal API, and a moment ago everything worked excellent for me. But suddenly I get this error: { "response": { "status": 400, "error": "There was a problem in the JSON you submitted:...
asked by 17.03.2017 / 09:24
1
answer

Remove against bars for json string format

I have a string inside a dictionary that I am trying to pass to jsonstring but it is not removing the backbars and the server does not swallow it. Any ideas? The code is as follows: let myBod = "\"Body\": {" + "\"type\": \"multipart...
asked by 17.03.2017 / 10:13
1
answer

Read array with json post

I receive a array of size (1) sent by POST of a JSON : Array ( [{ "promotion": { "name": "PRUEBAS_|_NO_BORRAR", "subdomain": "pruebas" }, "playNumber": 9, "playDat...
asked by 23.03.2017 / 07:27
0
answers

JSON HTML Help

What am I doing wrong with the following code that is not displayed in HTML? When I modify it and the page is HTTP, it works perfect, but when using an HTTPS web, it does not show anything. <script type = "text/javascript" language = "j...
asked by 18.04.2017 / 23:55
0
answers

Modify property of Json object with its name as argument of a function

I want to create a function that modifies the value of a property by its name that it receives as an argument of type string let Personas = [ {nombre: 'Juan', apellido: 'Perez'}, {nombre: 'Maria', apellido: 'Gonzales'},...
asked by 26.04.2017 / 19:54