Questions tagged as 'json'

0
answers

heroku Web process failed to bind to $ PORT within 60 seconds of launch

I'm trying to deploy an application made in angular in heroku, when doing the git push everything is fine, the problem is that when I try to enter the page it tells me that there has been an error application, in the logs I see the following err...
asked by 14.11.2018 / 02:39
0
answers

insert of dynamic input in mysql database

Hello everyone, my problem is as follows I based on an example that I found to make dynamic inputs me genra and do the calculations that I need but I do not understand very well how to insert all my data since the dynamic inputs are saved in a j...
asked by 13.11.2018 / 18:18
0
answers

Create a table using Json in Jasper Reports

I have the following JSON [ { "numCtaAnterior": "001", "nombre": "Gerardo", "meses": [ { "mes": "Enero", "quincenas": [ { "quincena": "1", "comision": "0.00" },...
asked by 15.11.2018 / 01:33
0
answers

Create csv from json and send it by mail Angular

I have an Angular 6 application that lists a Json object. I want to put a field where the user enters his mail and automatically send that Json object converted to Csv as an attachment to his mail I did this but I think that the matter is no...
asked by 13.11.2018 / 05:04
0
answers

I want to make a string a JSON

# Import(s) import json def saveLearned(newKnowledge): reply = "hola" mind = "'" + "{" + '"' + newKnowledge + '"' + " : " + '"' + reply + '"' + "}" + "'" json = mind print(json) load = json.load(json) print(load) du...
asked by 18.11.2018 / 19:13
1
answer

Google Indexa Angular Code when printing Json

When searching for my site in Google this indexes a certain code of angular and shows it in the results in my index.html I print Json's information in this way <li><a href="vehiculos.html">{{ common.nav.vehicles }}</a&g...
asked by 14.11.2018 / 23:27
1
answer

Run web service with user and pass and return a json

I need to consume a web service that returns a json and I do not know what to do to run the result since I must store it in a table in the database, could you help me please. I'm executing it in the following way, based on an answer that I found...
asked by 14.11.2018 / 18:31
0
answers

Problems when inserting data from a json file to mysql DB

My problem is that I try to enter the data from a JSON file to my bd mysql but only certain records are added and there my doubt. Why are not all the records added? and I do not know how to find the error. I've done it before with many JSO...
asked by 14.11.2018 / 19:20
1
answer

Send requests to the server in JSON format

This is the script that was created to generate the requests to the server. My question is, if you can send the requests in json format and receive the answer in the same way. This is the script code. package com.paradox.house.other import...
asked by 07.11.2018 / 22:39
2
answers

Failed PHP query using Jquery

I have a script in which a query is made using jquery, when executing it, it always gives me the error message. Js code: var request = $.ajax({ data: {nombre : document.getElementById("nombre").value, puntos : puntos}, url: "conexion.p...
asked by 08.11.2018 / 20:13