I have some JSON I am parsing that looks like this: { \"dhkplhfnhceodhffomolpfigojocbpcb\": { \"external_crx\": \"C:\\Program Files\\Babylon\\Babylon-Pro\\Utils\\BabylonChrome.crx\",
I must be missing something here, but I\'m trying to use jQuery UI\'s autocomplete with an ASP.NET page method. I\'m using JSON.NET to serialize the response of the method, which definitely works, and
If my response has key \"error\" I need to process error and show warning box. Is there \"haskey\" method exists in json.net?
I\'m receiving a Json string back from a http request that looks something like this: { \"info\": [ { \"calls\":0,
I have this JSON format: string jsonFormat = @\"{ \"\"Applications\"\": { \"\"data\"\": { \"\"Application named one\"\": [
Is it possible to use JSON.NET as default JSON serializer in ASP.NET MVC 3? According to my research, it seems that the only way to accomplish this is to extend ActionResult as JsonResult i
I\'m having a problem with JSON Deserialization involving an array of polymorphic objects. I\'ve tried the solutions for serialization documented here and here which work great for serialization, but
public void wc_DownloadStringCompleted(object sender, DownloadStringCompletedEventArgs c) { var o = JObject.Parse(c.Result);
If I have a JSON Schema that specifies a default value for a property, like { \"type\" : \"object\", \"properties\" : {
I am working on an android application through monodroid. I have to port over a windows phone 7 application and it uses Json.net Windows 7 Phone edition.