Questions tagged as 'json'

1
answer

From a list C # to: Json in jquery

I try to convert a list in c # ASP.NET to a Json through a Webmethod. I have a pie chart that thanks to a slide track bar the content could be modified. For this I need to send this data through a webmethod. It all starts when the user sli...
asked by 21.07.2016 / 17:26
0
answers

Error implementing ngInfiniteScroll with an input type search and the browser viewport

I have some problems that I have not been able to solve, I would really appreciate it if you can help me. 1- I have an input type search in my ng-repeat to filter the articles but it only filters the first 6 articles that the ngInfiniteScroll...
asked by 01.04.2016 / 06:05
0
answers

Object reference not established as an instance of an object?

Good morning, I am developing an Android application that sends a Json to a Web API by POST, but returns an ExceptionType, System.NullReferenceException. The Android code is as follows: JSONObject jobject = new JSONObject(); jobject.put("Va...
asked by 13.07.2016 / 20:22
1
answer

Return Object C # by AJAX (Json - ASP.NET - MVC 5)

I am working on an application which contains a 'Kanban' board (Some will know what it is). I am trying to return a C # object, which contains other objects (which would be the tasks that the user has created on that board). What I want to do is...
asked by 12.09.2018 / 15:50
1
answer

JSON and ASP Classic

I need to apply this source code: URL I can use json and asp Classic I searched for several libraries but I can not do the POST method with json tag using this language. Does anyone know any bookstore that can help me? Someone us...
asked by 18.05.2016 / 17:26
4
answers

Show JSON in a table [duplicated]

I have a small problem, I am starting to program in Java, and I can not list a JSON file in a table, I have only managed to recover the json. My json is this: { "alumnoUTP": [ {"nombre":"Ricardo","apePaterno":"Carpio","edad":39},...
asked by 26.04.2018 / 18:35
2
answers

JObject throws me an error when I try to get the result of a JSON

I'm calling a Rest API. When I call it, I drop it and it gives me the following error.    Error reading JObject from JsonReader. Current JsonReader item is not   an object: StartArray en la linea JObject.Parse (resultWebService.ToStrin...
asked by 13.08.2018 / 16:39
1
answer

Problem with JSON in MVC5

at the time of writing JsonRequestBehavior.AllowGet I get marked that is badly written or does not exist, in the controller. public JsonResult Clases(string valuemarca) { return Json(obj2.ObtenerVehiculoClaseAsync("", ServicioM...
asked by 28.08.2018 / 18:01
3
answers

how do I pass a json to an array in Jquery

I have a little doubt, which is that I have to put a json to a array , My jquery: function girar_ruleta() { var mesa = $("#numero_unico").val(); $('#ruleta_giratoria').modal('show'); $.post("php/traer_madres.php", {mesa: mesa},...
asked by 11.05.2017 / 19:01
2
answers

Can a json be sent via SOAP in PHP?

My question is Can you send a json for SOAP Native to PHP ? I present my case I have to do an integration with the Web Service of Correos Express. It turns out that they work with SOAP and json . When I try to send the order it shows...
asked by 14.11.2018 / 14:05