Questions tagged as 'json'

0
answers

Convert JSON file to ORC [AWS]

I make a summary of my situation. I have an application that rotates json files to an s3 bucket. I would need to transform those files into ORC format to be consulted from Athena or EMR. My first attempt was with a landa programmed in Node, but...
asked by 16.03.2018 / 20:33
0
answers

How do I store what I have selected in canvas and fabric

Well that's a figure and if I select it it is painted red and if I want to mark many more and then save it to a mysql database. please help I have to do it with JSON var fig_a1 = new fabric.Path('M 78 72 L 40 45 C 39 22 160 21 162 44 L 123 72...
asked by 16.03.2018 / 20:16
3
answers

save in the database with ajax?

Hello developers, I am trying to save data in my database using ajax, but at the moment of running my app it seems to omit the portion of the code that would allow me to save the data, this is the code I am using. <script> $(".clMotivo")...
asked by 04.04.2018 / 03:06
0
answers

PROBLEM WHEN TRAVELING AN ARRAY WITH ANGULARJS AND JSON

I have a problem creating 2 select dependents (select a state in the first select and that it deploys the municipalities only from that state) with Angularjs, the data is obtained through the $ http service in JSON format, the problem that I hav...
asked by 13.03.2018 / 21:04
2
answers

Read JSON by OpenHttpConnection in a Public IP

I have a problem trying to read a JSON by OpenHttpConnection on a Public IP. I tried the JSON link and it is perfect, but when I try to read the JSON I have the following message by Log: D / NetWorkSecurityConfig: No NetWork Security Confi...
asked by 13.03.2018 / 16:58
0
answers

Error on the remote server: (414) Request-URI Too Long. C #

private void Send() { string sql = @"SELECT cod, Format(fecha, 'Short Date') as fecha, Format(hora, 'Short Time') as hora, Num, 1 as Tipo FROM Contro...
asked by 13.03.2018 / 15:50
1
answer

How to send POST data to a server. in kotlin

My question is how can I send certain parameters that have to go back to the server if the event is done on    val store_id = 5463       val option = playsong       val play_now = true       val song_id = 163309       These are data that I h...
asked by 27.03.2018 / 02:20
1
answer

Python iterate Json with different attribute names

Good morning, I'm working with the Cisco Meraki API, my problem is that I need to iterate and save the data that comes from a json like the following: [ { "name":"My AP", "lat":37.4180951010362, "lng":-122.098531723022, "...
asked by 08.03.2018 / 23:06
0
answers

Browse JSON angularjs

How to recover the username property with angularjs { "results": [ { "login": { "username": "organickoala334", "password": "bird", "salt": "m1r70kGo", "md5...
asked by 15.03.2018 / 04:19
1
answer

be done and deserializar json then load it in DataGridView

I'm serializing and I want to undo a datagridview inside and I can not find the way .. private void Json() { string sql = @"SELECT cod, Format(fecha, 'Short Date') as fecha,...
asked by 12.03.2018 / 15:43