Questions tagged as 'json'

0
answers

take average of two or more different dates

I have a problem that I have not been able to solve for many days and is able to get a general average of two different dates, I will leave the code javascript and the code laravel to help me Take this little code because the re...
asked by 09.04.2018 / 15:19
1
answer

Problems reading a JSON

I'm having a problem when traversing a JSON. I show you the code. client.search(buscar).then(images => { let imgjson = JSON.stringify(images, ["url"], 4); METODO.PARA.MOSTRAR(imgjson); }); Well, I explain. what I...
asked by 09.04.2018 / 16:30
2
answers

Error running Laravel on a hosting

When loading Laravel in a shared hosting and the project within a subdirectory the following error started to appear:    PHP's json extension is required to use Monolog's NormalizerFormatter I currently use version 5.6 of...
asked by 08.04.2018 / 17:17
1
answer

Inculse entire object in JSON APIs

Good morning. I am building an API for users, I use jango REST Framework JSON API, the problem is that JSON Api responds in the following way: { "data": { "type": "UserViewSet", "id": "3", "attributes": { "password": "b'$2b...
asked by 06.04.2018 / 17:31
0
answers

Json does not map an object when it is already in another

I have the following case, an @RestController returns a json that comes from mapping some entities with SpringData, in the service everything returns well (the list that comes from the DB), but when it returns with: return new ResponseEntity&l...
asked by 10.04.2018 / 14:27
1
answer

Obtaining values of a json in js

I need to save the data I'm receiving from a json for this occasion I need to save all the data I'm getting in different variables, that is, by data I need to create a new variable that contains it ... I have more or less the idea. I suppose.....
asked by 10.04.2018 / 15:47
0
answers

Receive a request http post from python to php

Dear, someone can give me a guide the paymentez company allows to make the payment by credit cards and they give a response after the transaction to a specific url which indicates to me that it is a post request and that I should receive it as a...
asked by 04.04.2018 / 21:24
2
answers

Receive data in json from a mySQL query

good morning, I have an ajax where I send a variable id_account which I take it when reading the id of the option of a select, I then make a query which returns all the data of that account, I know that this part is fine because when I review...
asked by 28.03.2018 / 05:11
0
answers

JSON Reading from Blockchain.info

I am new to blockchain.info and I want to know what each transaction data means, since it sends a JSON with this information when using the API of the page ( link ), this is the JSON with only one transaction: {"op": "utx", "x": { "lock_time"...
asked by 27.03.2018 / 04:49
0
answers

Touch event on canvas

I need help with canvas, I do not know how to add the touch event for touchs I can zoom with the mousewheel event but not with the touch this is the code I have <!DOCTYPE HTML> <html lang="en"><head> <meta http-eq...
asked by 21.03.2018 / 21:22