Questions tagged as 'json'

1
answer

Problems defining url string whose query string parameter contains the dollar sign ($)

I'm using a WS API in JSON the URL is https://api.movidesk.com/public/v1/persons?token=52ee6ca5-8639-422b-bafe-470013c11176&$filter=profileType eq 2 which is the example in which the API documentation passes. when playing in the brow...
asked by 18.04.2017 / 22:33
1
answer

JSON array with checkbox AngularJS

I'm trying to form a JSON with what is selected by checkbox , but when I select it it inserts, but when I try to get check , it reinserts. The correct would work this way , but forming a array of JSON and not just words or numbers....
asked by 10.12.2015 / 19:36
2
answers

Android, how to do security in JSON?

Use Volley to do POST request to a url that returns user data ... But to see this data, creating a simple html form with action set for the url 192.168.0.101/project/user.php. Hi, I have a JSON application that I want to use. NOTE: I used header...
asked by 29.08.2016 / 03:52
2
answers

Request loop in AngularJS 2

I'm new to using AngularJs and decided to study based on a work project. My problem is this: I'm building a base project using AngularJs 2 to consume Wordpress ( WP ) data via WP REST API . In this API I look for a WP post (custo...
asked by 16.06.2016 / 20:37
2
answers

Jquery consuming Web Service Rest

I would like to list the json's ceps, follow it: [ { "id": 1, "nome": "Hospital Da Mulher", "cep": "60508090" }, { "id": 2, "nome": "Hospital Maria jose", "cep": "2" } ] And this is where I'm calling you:...
asked by 30.10.2015 / 02:35
1
answer

SQL Query Returned Null, Empty for JSON

I'm in trouble !! I have two tables 'user' and 'post' when I use phpmyadmin to do the following query it returns me the values as I expect. SELECT usuario.nome, usuario.foto_profile, post.titulo, post.descricao, post.local, post.latitude, pos...
asked by 29.11.2015 / 17:05
1
answer

DropDown Waterfall

My problem is to pass values to controller at the time of an update. I can make the cascading all right. Follow my code. First DropDown : @Html.DropDownList( "idCanalIndicadoresMassivo", ViewBag.idCanalIndicadoresMassi...
asked by 27.11.2015 / 15:27
1
answer

Transform JSON result to uppercase

I have the following JSON (complete): { "name": "Romano Pesca", "count": 8, "frequency": "Weekly", "version": 5, "newdata": false, "lastrunstatus": "success", "thisversionstatus": "success", "nextrun": "Sat Aug 08 2015 15:14:57...
asked by 01.08.2015 / 18:50
1
answer

DropDownList in Cascade MVC 4

View: <asp:Content ID="Javascript" ContentPlaceHolderID="HeadContent" runat="server"> <script type="text/javascript"> $(document).ready(function () { $("#estados").change(function () { va...
asked by 23.06.2015 / 14:44
1
answer

Deezer API - JSON request error with $ .getJSON

When I try to perform a simple search in the Deezer API (Public Search API without Authentication Key) I get the following error message as a return: XMLHttpRequest cannot load http://api.deezer.com/search?q=Bang. No 'Access-Control-Allow-Or...
asked by 20.11.2015 / 06:19