Questions tagged as 'json'

2
answers

Find values in an object

I'm trying to access properties of an object, a dictionary. However the references are in {String} format and their concatenation through dot (. ) and I'm using split() to break this {String} into an array ... make me use...
asked by 14.01.2018 / 03:03
1
answer

Find list of Json objects from the localStorage by the name of their keys

I know that the localStorage of browsers stores data in key-value format, and that I can retrieve Json objects saved there through the key. Now what I need to do is recover all the records whose key starts with "Deposit". This is because I want...
asked by 29.04.2018 / 16:43
3
answers

Convert JSON to EXCEL

I have a ajax query that returns a Json with an array of objects, how can I turn this json into excel? My json example: [ {idcancelamento: "383", idcliente: "2409", emailcancelamento: "1", financeiro: "1", suporte: "1"}, {idcancela...
asked by 23.10.2017 / 19:19
1
answer

Object with list of objects inside JavaScript

I'm using angular to make a form that contains multiple checkboxes (using angular-material), this form sends the values to the controler, which are received as follows: Ineedtogetthisdata(allobjectscontainthesamefields)andturnitintoaJSON.Doesan...
asked by 29.09.2016 / 22:00
1
answer

How to use JSON JavaScript to retrieve result in C?

I realized that JSON is used to communicate between systems. So it is possible to communicate with C, retrieving variables through a JSON generated by the code and send through the JavaScript AJAX response? Or is there a better known techniqu...
asked by 14.08.2015 / 05:18
3
answers

Reload after update

I am making a status change in my database using $.getJSON , it works, but in return I need to update the div where the data is and I am not able to perform this task, see the code below: / p> <script> $(function(){...
asked by 03.02.2014 / 19:02
1
answer

How to use TFDJSONDataSets in Delphi XE4?

Explanation Today I was seeing an example called FireDACJSONReflect in the Samples folder of Delphi XE6 and I saw that it was very interesting how the server communicated with the client and I would like to use this medium in my applic...
asked by 19.09.2014 / 16:03
1
answer

JSON format file

And then everyone's beauty? I'm half doubt stupid, but I could not find an answer. I've been parsing a few sites and seen that instead of calling a $.AJAX request on the server to populate a dropdown data, for example, they call...
asked by 20.07.2016 / 15:02
1
answer

Error importing Dynamic Json via AngularJs

Hello, I'm having trouble importing this Json and others, I do not know what I might be doing wrong in this ... <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular.min.js"></...
asked by 10.07.2015 / 14:36
1
answer

How should I communicate with the DB? Technology Recommendations

I'm having an Android project, where I'm trying to do everything using free platform. I need the field devices to communicate with the database, and I heard something about JSON and Web Service. So I would like you to recommend me, "SHOW T...
asked by 09.06.2014 / 17:51