Questions tagged as 'json'

2
answers

POST request with filtered data displayed in datatable - Jquery

I have problems to show the information filtered in a POST and I do not know what the error is, I am following the indications of the official page of Jquery to use the POST but when trying to show the data in the datatable I only see an object...
asked by 17.09.2018 / 20:34
0
answers

Reading a json file with angular

I have problems reading a json file, the problem is that the json file does not read it, I show code. <!DOCTYPE html> <html lang="en" ng-app="datosApp"> <head> <meta charset="UTF-8"> <meta name="viewport" content="wi...
asked by 17.09.2018 / 23:03
0
answers

How to get a json variable with jsaw from linux?

I would like to request help to achieve the following: My idea is an automatic updater of the Minecraft server, without human intervention I tried to search the Internet, but I can not see how to do it The code that was being used at th...
asked by 12.09.2018 / 19:23
0
answers

Get json towards PHP object - Android studio

I have a php where I make a selection to a table of regions, I get the name and return it through PDO as an object. Then in android studio I capture the answer, returns an empty object. I attach images of php and the respective android cod...
asked by 04.10.2018 / 07:38
1
answer

problem when accessing data property of a get request in axios gives me error

I am making a request get with axios the problem is that when reading the property of the json I get undefined, I'm using php slim on the server as api, on the client side is a mobile app with nativescript-vue I leave the code to see what the er...
asked by 12.09.2018 / 22:54
0
answers

CHECK PRICE FROM FORM

I AM LEARNING DEVELOPMENT AND I WOULD LIKE TO KNOW HOW TO DO THIS. MY FORM IS OF A CARRIER THAT CHARGES THE SERVICE DEPENDING ON YOU TO CHOOSE THE CUSTOMER. <form class="reserva" id="pricing" action="book.php" method="POST">...
asked by 14.09.2018 / 02:51
0
answers

How can I pass a value to the VUE from a link

I need to pick up the id from a record and show it with VUE from a JSON. File response: class DetalleResource extends JsonResource { public function toArray($request) { return [ 'id' => $this->id, 'titulo...
asked by 25.09.2018 / 13:14
2
answers

Add option to a select from a json

I'm trying to add more <option> to <select> from a json file. This is the form where I want to add the <option> : <div class="input-field col s12" id="materias"> <select id="rec...
asked by 11.09.2018 / 23:58
1
answer

Access a JSON chain with Javascript, Node.JS and Watson

I have this result in JSON that I receive from IBM Watson: { "document_tone": { "tones": [] } } This result, I keep it inside a variable in Javascript. My question is: How can I put a condition in Javascript, so that each time I get...
asked by 13.09.2018 / 17:05
0
answers

Locations in Google Maps API

Please could you please help me, is that I'm trying to implement the Google Maps API to mark several locations and list them in a container with Scroll showing them like this one Samsung I can not find documentation for this side panel wher...
asked by 12.09.2018 / 16:26