Questions tagged as 'json'

0
answers

For what they are and how to run files ProjectSettings.json, VSWorkspacestate.json and slnx.sqlite

I have a concern, send me on a Java project. A folder with name VS and with files ProjectSettings.json, VSWorkspacestate.json and slnx.sqlite. But I do not know how to add them to a Netbeans project to run the project.     
asked by 16.07.2018 / 18:47
1
answer

How to consume an API by json with PHP

I have a query that seems maybe something simple, but searching the web I could not find the answer. It turns out that I have an api with its documentation, which shows which parameters are accepted via Json, but I have no clear idea how to u...
asked by 14.07.2018 / 07:04
0
answers

De-serialize JSON

I'm working with an API that gives me a response in JSON format and I do not know how to deserialize the answer to get the values I need, I'm trying with the Gson library but I do not understand it, the answer I get in the following: [ {...
asked by 12.07.2018 / 07:25
0
answers

Best way to communicate two computers knowing only one IP

I'm trying to create a program that incorporates a kind of exchange JSONs messaging system, so there is an A or central team, of which we know its static IP and one or more B computers, which have dynamic IP and unstable. The communication th...
asked by 12.07.2018 / 13:59
0
answers

Assign variable php and retrieve it by json and android studio

I have the following query in php: $SQL_select="SELECT SUM(TIMESTAMPDIFF(minute, reserva_estacionamiento.hora_reserva,reserva_estacionamiento.hora_salida) * estacionamiento.tarifa) as resultado FROM reserva_estacionamiento inner join estaciona...
asked by 12.07.2018 / 05:03
0
answers

Web service php

I have this web service POST that brings json data as I do to show it in an ordered list? class CurlRequest { public function sendPost() { //datos a enviar $data = array("a" => "a"); /...
asked by 10.07.2018 / 18:20
0
answers

How to load datatable with ajax url mvc method

I am developing a project in Visual Basic following the MVC pattern. I have a method called ObtenerDirecciones that will return a json . What I want to do is load a dataTable with that data. This is my javascript code....
asked by 16.07.2018 / 03:40
0
answers

how to solve HTTP Error 404.15

My problem is that when making an Ajax request, when I send my information I receive this error:    The Request Filtering module is configured to deny a request when the query string is too long. I see in other forums that it is because o...
asked by 05.07.2018 / 23:21
0
answers

chart js dynamic graphics

Good afternoon community. I am a newbie in web development and I need to make a dynamic graphics using the library chart js, I use a function in java script, which uses a static method to query the server, obtaining as response a DataSet with se...
asked by 05.07.2018 / 22:35
0
answers

Unit of measurement of a CPU in DOCKERS?

I am analyzing a JSON in dockers.stats, of which the CPU structure is the following: "cpu_stats":{ "cpu_usage":{ "total_usage":1523207123477, "percpu_usage":[1523207123477], "usage_in_kernelmode":629...
asked by 06.07.2018 / 10:34