Questions tagged as 'json'

1
answer

Answer json in c #

Json response with Postman: [ { "id": "1", "correo": "[email protected]", "clave": "123456", "numero": "+1 5412-2154" } ] Buton login: try { ASCIIEncoding encoding = new ASCII...
asked by 08.02.2018 / 00:33
0
answers

How to capture a php array and capture it in Java and transform it to Json

I mean, I'm using a PHP Web Service with NuSoap, the return of a method is an array (without converting it to a jsonstring) Return structure array('return' => 'tns:estructura') Array to use $data = array(); This array is then loa...
asked by 06.02.2018 / 21:08
1
answer

Use the for cycle correctly in Angular

Very good companions, the problem I have is that I do not know how to do a cycle for .    PURPOSE: Change the date format from timestamp to dd / mm / yyyy to JSON I tried this this.dataTable.dataRows = response.data; fo...
asked by 03.02.2018 / 18:57
0
answers

Electron - Error with rpm "the License field must be present in the package: (main package)"

I installed the Electron Redhat (rpm) Installer module because I want to compile it in RPM, so I already put the code in the package.json as in the Github page of this module. But at the time of placing "npm run rpm64" I get this:    Error: E...
asked by 02.02.2018 / 03:08
1
answer

how to send a php array by json_encode and show with datatables

I have the following problem. I need to send some data already formatted or calculated in a php array via json to be displayed in datatables. The issue is that I have tried several possible solutions and none shows information about it....
asked by 28.01.2018 / 20:52
0
answers

Send data using (jquery Validation) and display a message in the same modal

I did a modal where I'm going to record new data. This form sends the data from a PHP file. If the data is recorded or not registered, it will send me a message. This message is passed through a JavaScript file so as not to reload the page and t...
asked by 12.02.2018 / 23:32
1
answer

No value when doing a jquery.get () on a json file

I have an api that returns a json whose format is as follows: { "id": 255, "texto": "En un lugar de la mancha", "categories": [] } From an HTML I try to get one of the multiple phrases of the API in the phrase variable with the following sc...
asked by 09.02.2018 / 18:24
0
answers

Move auth firebase users to the BD

I have a small web app in VUE that uses firebase as BD and authentication system, as we all know these 2 platform services are independent, but I would like to have a JSON "users" to be able to enter more user information apart from what is nece...
asked by 24.01.2018 / 22:38
1
answer

embed image to HTML with python

I am developing a small website with Python and Flask. I came across a small conflict, the web is for a developer event that will be in the company and has a section of registration and another of projects, where all the projects that we already...
asked by 01.02.2018 / 21:42
0
answers

Footsteps AJAX LARAVEL 5.4

Greetings, I am presenting a difficulty using ajax in Laravel 5.4 , jQuery v3.2.1 and Bootstrap v3.3.7 to bring information. I have done the following: In the File web.php the route was created: Route::resou...
asked by 29.01.2018 / 18:35