Questions tagged as 'json'

0
answers

Error with Front-end / Back-end

Sorry for the question, maybe it's very annoying. I have a problem loading my Front-end page with back-end on the production server and in local mode all the perfect functional pages. The jquery script and the ajax request are not running cor...
asked by 31.10.2018 / 02:09
0
answers

Requested JSON parse failed

I am learning how to send and receive data in json format through ajax and jquery. Only that when sending and receiving them I always have parse error but I already tried to make many modifications and I still can not solve my problem, could you...
asked by 30.10.2018 / 01:19
0
answers

Return Related Model fields in JSON - DjangoRestFramework

I need to be able to access the values of the fields related to a certain model. I have the following in my activity / models.py from django.db import models from metodologia.models import Metodologia from competencia.models import Comp...
asked by 26.10.2018 / 17:14
1
answer

Because the rest (json) output does not show the object list

I'm doing a little program to practice spring boot I have these two entities package com.sistema.escuela.models; import java.io.Serializable; import java.util.ArrayList; import java.util.Date; import java.util.List;...
asked by 26.10.2018 / 02:06
0
answers

Error filling input with Json and sqlsrv

The system must fill in the input fields once the routine is entered but it does so and I do not see any type of error. index.php <!doctype html> <html> <head> <meta charset="utf-8"> <title>Ingresar clientes<...
asked by 22.10.2018 / 22:41
0
answers

parse error: Expected another key-value pair Heroku

I'm trying to host a bot for discord in heroku but doing git push heroku master gives me this error: Node.js app detected remote: parse error: Expected another key-value pair at line 41, column 1 remote: ! Un...
asked by 23.10.2018 / 12:06
0
answers

Variable required in Rest

I want to make a request with [post] and if any field is null I do not want to continue the service. I want to stop the flow in the controller, The problem arises in the modelstate.isvalid returns true when it should return false. this is the...
asked by 22.10.2018 / 14:04
0
answers

E / Volley: [110535] BasicNetwork.performRequest: Unexpected response code 400

I'm doing an android application with registration and login, and one of the parties is password recovery. For this process I have done that when the mail is sent a sms with a code to the related number, having this service thanks to FIREBASE, t...
asked by 05.11.2018 / 02:10
1
answer

cone send data to a web service to receive data

Hello, I have two text boxes, their id are color and the other one is tamaño , they receive input data from a page but I do not know how to send my fields to the web service so that I can return my data. the url is where my web serv...
asked by 19.10.2018 / 17:08
1
answer

Store SELECT in Two-dimensional Array PHP / JSON

I have been doing this query, in which I make two queries to two tables, to take in one the data of the Student and in the other the modules that it studies. What I need is for me to generate an arrangement, where for each student I store the...
asked by 18.10.2018 / 02:04