Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
4answers
17k views

JavaScriptSerializer.Deserialize - how to change field names

Summary: How do I map a field name in JSON data to a field name of a .Net object when using JavaScriptSerializer.Deserialize ? Longer version: I have the following JSON data coming to me from a ...
6
votes
3answers
2k views

Can JavaScriptSerializer exclude properties with null/default values?

I'm using JavaScriptSerializer to serialize some entity objects. The problem is, many of the public properties contain null or default values. Is there any way to make JavaScriptSerializer exclude ...
4
votes
1answer
991 views

Escaping quotes with JavaScriptSerializer in ASP.NET MVC3

I Have an Array of users that i want to pass into a view as a javascript array. I'm doing this via JavaScriptSerializer, but the string i get has unescaped quotes in it. Controller Action public ...
3
votes
2answers
157 views

serializing data using json.net size limit?

I have developed an asp.net web application and initially serialized some data to a json string using the built in javascript serializer. This became problematic as I discovered later on that there ...
3
votes
2answers
263 views

How to set formatting with JavaScriptSerializer when JSON serializing?

I am using JavaScriptSerializer for serializing objects to the file to the JSON format. But the result file has no readable formatting. How can I allow formating to get a readable file?
3
votes
2answers
1k views

Binding DateTime to knockout view model with default JavaScriptSerializer

I've just started using knockout and I'm running into trouble with DateTime Serialization and Deserialization using the JavaScriptSerializer. I've updated the gifts model in Steves koListEditor ...
3
votes
2answers
244 views

JSON deserialization to inherited types

I have a data table in my database where I store various settings. Since they are of any type (even complex object graphs) I decided to store their values as a serialized JSON strings. Let's say that ...
3
votes
2answers
437 views

Can't deserialize an array of objects from JSON into a C# object

I'm having trouble getting the JavascriptSerializer to deserialize an array of objects. I'm not terribly sure what I'm missing. Here's my object... public class HomefinderResult { public Data ...
3
votes
1answer
210 views

How to extract information from an Object produced by JavaScriptSerializer

I'm developing an application in C# which can control a SqueezeboxServer(SBS). Communicating to the SBS is via JSON messages to http://serverIP:9000/jsonrpc.js So I send JSON messages via a ...
3
votes
2answers
3k views

JavaScriptSerializer deserialize object “collection” as property in object failing

I have a js object structured like: object.property1 = "some string"; object.property2 = "some string"; object.property3.property1 = "some string"; object.property3.property2 = "some string"; ...
3
votes
1answer
4k views

Using System.Web.Script.Serialization.JavascriptSerializer to deserialize JSON - how to?

Note: I posted a similar question, which was the ancestor of this question, as I was originally thinking of using JSON.NET to parse the JSON, but I'm using the built-in deserializer, so it's a ...
3
votes
3answers
2k views

JavaScriptSerializer with custom Type

I have a function with a List return type. I'm using this in a JSON-enabled WebService like: [WebMethod(EnableSession = true)] [ScriptMethod(ResponseFormat = ResponseFormat.Json)] public ...
2
votes
1answer
116 views

JavaScriptSerializer.Deserialize does not accept a date that was serialized by JavaScriptSerializer.Serialize

How can I find the source of this problem, where a date value serialized by JavaScriptSerializer cannot be deserilized by JavaScriptSerializer? In the calling application: var serializer = new ...
2
votes
1answer
68 views

How to serialize a EF POCO auto-generated object to avoid circular references?

I'm using a library (Telerik) for ASP.NET MVC 3. I've a problem with all functionnalities which needs to return by AJAX some data: I'm using EF4 to connect my database, and I've(and need) navigation ...
2
votes
1answer
119 views

JSON Maximum length problem with ASP.NET

I am creating a asp.net 2.0 webservice which give json as output and there's a very large, can't be break down, dataset which exceed the max length limit I have search on the internet, and there's ...
2
votes
1answer
314 views

ASP.NET MVC JSON over Fluent Nhibernate Model

I am trying to return JsonResult using MVC controller standard Json(object) method. My object of type Model1 is built by Fluent NHibernate. Model1 has property of type Model2. In debug mode I see ...
2
votes
2answers
214 views

JavaScriptSerializer on JSON containing an array

There is a similar question with the same title, but the solution is not valid for my problem. I'm trying to serialize the following JSON: {"Id":1, "Questions": ...
2
votes
2answers
218 views

Azure time zone and javascriptserializer object

I have a predictions-based app that's up on Windows Azure ( http://ipredikt.com ). From what I can tell Azure's clock is synchronized to the GMT time zone. Here is a problem that I am encountering: ...
2
votes
2answers
178 views

How to deal with JSON and variant objects?

I'm using .NET's JavascriptSerializer to deserialize JSON into runtime objects and for the most part the mapping between JSON fields and object fields has been automatic. However, I am faced with the ...
2
votes
1answer
227 views

Make Entity Framework object into generic class via extension class?

I have an EF object called PagePreference. The corresponding table contains three fields: UserName(PK, varchar(200), not null), PageName(PK, varchar(700), not null), and PageState(text, null). The ...
2
votes
1answer
277 views

JavaScriptSerializer and ValueTypes (struct)

For a project i've created several struct in C#. The probject itself is a ASP.Net MVC 2 project. snip: struct TDummy { private char _value; public TDummy(char value) { ...
2
votes
3answers
423 views

JavaScriptSerializer to serialize a javascript function name

I am using Flexigrid in my project to add a button on the grid toolbar I can use code like this: ... "buttons":[ {"name":"Modifica","bclass":"edit","onpress":"doCommand"}, ...
2
votes
1answer
1k views

How do you get System.Web.Script.javascriptSerializer to ignore a property?

[Serializable] public class ModelResource:ISerializable { public Int64 Ore { get; private set; } public Int64 Crystal { get; private set; } public Int64 Hydrogen { get; private set; } ...
1
vote
2answers
220 views

JavaScriptSerializer - how to deserialize a property with a dash (“-”) in it's name?

Trying to deserialize this JSON: { "result":"success" "arguments": { "activeTorrentCount":22, "cumulative-stats": { ...
1
vote
2answers
96 views

JavaScriptSerializer throwing ArgumentNullException on deserialization

I'm writing an application that posts and gets JSON to/from a backend in Visual C# 4.0. Obviously, the easiest way to serialize/deserialize the JSON is ...
1
vote
2answers
151 views

Using JavaScriptSerializer Deserialze array of generic object in C#

I am calling rest API from a loop and my object name is being decided at runtime. I am able to use reflection here for one object but how to get list of object? foreach (CloudDBTableList table in ...
1
vote
1answer
672 views

Parse JSON on javascript after return JsonConvert.SerializeObject(json) [.NET handler]

i'm developing an web application in .net platform. i have wrote an Handler code that return a JSON object to Javascript (after i request in AJAX). the Handler code: var wrapper = new { left = ...
1
vote
2answers
127 views

Can I get JavaScriptSerializer to serialize a LINQ result hierarchically?

I'm doing this: var data = from a in attributes from i in attributeItems.Where(x=>x.DocClassAttributeFieldId == a.Id ) .DefaultIfEmpty(new DocClassAttributeFieldItem()) ...
1
vote
1answer
468 views

JavaScriptSerializer. How to ignore property

I know about ScriptIgnoreAttribute. But what if I want to ignore a property based on criteria. For example how to ignore a nullable property on serialization only if it's null and doesn't contain ...
1
vote
3answers
1k views

Deserializing a JSON file with JavaScriptSerializer() - C#

the json file's structure which I will deserialize looks like below; { "id" : "1lad07", "text" : "test", "url" : "http:\/\/twitpic.com\/1lacuz", "width" : 220, "height" : 84, ...
1
vote
3answers
412 views

Serialize custom type property to string using JavascriptSerializer

I am using the .NET JavascriptSerializer class for a while now to serialize my object to a JSON representation and use it on the client side. Everything works great as long as I stick with the default ...
1
vote
1answer
1k views

JavaScriptSerializer not deserializing DateTime/TimeSpan Properly

Having a problem where DateTime/TimeSpan doesn't seem to deserialize properly with JavaScriptSerializer. When I get the Object back after deserializing the TimeSpan is empty and if I use DateTime then ...
1
vote
4answers
785 views

Problem deserializating JSON Date in C# - adding 2 hours

We are having such a nasty problem when deserializating a JSON date to a C# DateTime. The code is: JavaScriptSerializer serializer = new JavaScriptSerializer(); jsonTrechos = ...
0
votes
1answer
31 views

Parsing Yahoo! Placemaker JSON response using JavaScriptSerializer

I'm having a problem parsing the JSON response sent from Yahoo! Placemaker. I only need the List LocalScopes. My class definitions are the following: public class PlacemakerResponse { public ...
0
votes
3answers
66 views

JavaScriptSerializer value for i=3?

JavaScriptSerializer oSerializer = new JavaScriptSerializer(); object i = 3; string sJSON = oSerializer.Serialize(i); //"3" The JavaScriptSerializer should serialize its parameter to JSON! And the ...
0
votes
1answer
32 views

Deserializing Json data in asp.net

i have some json data, and i want to convert it into plain text, below is the content i am getting in JSON ...
0
votes
2answers
61 views

Json Escaping using JavaScriptSerializer Class?

Im using the JavaScriptSerializer Class to serilize and Deserilize in/to Json. I know there is a json.net library out there. But My question is : Can I also use JavaScriptSerializer class to ...
0
votes
2answers
105 views

Using JavaScriptSerializer.DeserializeObject how can I get back a Dictionary that uses a case insenstive string comparer?

I have some JSON that I need to deserialize so I'm using JavaScriptSerializer.DeserializeObject like: var jsonObject = serializer.DeserializeObject(line) as Dictionary<string, object>; The ...
0
votes
1answer
88 views

Deserialization for JSON string containing Array collection

I am using "JavaScriptSerializer" to Deserialize a Json string. This Json string contains collection of array like { "data": [ // ** { "id": "1234", "from": { "name": "abc", ...
0
votes
1answer
77 views

JavaScriptSerializer unable to parse data type

I have some JSON data that looks like this: { "data": [{ "name":"John Smith", "id":"12345" }] } I have a pair of serializeable classes like so: <Serializable()> _ ...
0
votes
0answers
24 views

how to javascript serilize custom object with datarow property

I have custom object which has datarow as one of property. I had tried serilizing this object using JavaScriptSerializer and Newtonsoft.Json.JsonSerializer, but getting circular reference error. I ...
0
votes
1answer
86 views

Visual Studio Intellisense for JavaScript when generated from JavaScriptSerializer

What is the correct way for getting JavaScript Intellisense in Visual Studio 2010 when creating a client side object with the JavaScriptSerializer? For example, I have a class named Record with ...
0
votes
1answer
52 views

get contents of dictionary after deserialization from json

I finally got this to work using the javascriptserializer to deserialize the json content. Now I have the objects in a dictionary and would like to access the contents to get the key values. I want to ...
0
votes
0answers
161 views

JSON Serialization with special characters in asp.net 2.0

I have created a asp.net 2.0 webservice with vb, with return JSON. And I have already found that the Serialization will convert some special characters to html format, i.e. '&' become '&'. ...
0
votes
1answer
299 views

Serializing dictionaries with JavaScriptSerializer

Apparently, IDictionary<string,object> is serialized as an array of KeyValuePair objects (e.g., [{Key:"foo", Value:"bar"}, ...]). Is is possible to serialize it as an object instead (e.g., ...
0
votes
1answer
234 views

ASP.NET JavascriptSerializer provides unwanted array-within-array?

Before I start I'm pretty sure the answer given here is is 90% of my answer but I just can't figure out how to apply it to my situation so I'd be grateful for any help. When I use ...
0
votes
1answer
87 views

Can't figure out why I'm getting duplicate data in my jsonp serialization

I'm using a custom JsonpResult class that I found in my searching here on SO. I've read through the code and I understand how it works (at least I think I do), BUT... for some reason when I serialize ...
0
votes
1answer
175 views

Use JavaScriptSerializer to Deserialize object when JSON is wrapped

Sample of JSON: { "1":{ "guid":"8a40135230891fa70130891ff1000009", "portalId":23832 } } The code that I am using to deserialize is: var serializer = new ...
0
votes
1answer
180 views

How to JSON serialize class derived from Web Control class

Does anyone know how to serialize a custom control to JSON that is derived from another web control. I keep getting the error that the base class is not serializable. Here is the code for the derived ...
0
votes
1answer
473 views

JavaScriptSerializer on JSON containing an array

I have a string of JSON like this: { "letterstats":[ {"time_taken":636,"mistake_letters":"","the_letter":"L","success":true}, ...

1 2