json.net
How to parse Json.NET polymorphic objects?
I\'ve written a web service that sends and returns json created with Json.NET.I\'ve included typenames, which allows polymorphism.With a bit of hacking, I\'ve got this working with a silverlight clien[详细]
2023-03-05 08:32 分类:问答How to build object hierarchy for serialization with json.net?
I\'m trying to properly write code to build a data structure to serialize into json. I\'m using json.net.[详细]
2023-03-05 04:31 分类:问答How to inherit the attribute from interface to object when serializing it using JSON.NET [duplicate]
This question already has an answer here: Getting SerializeObject to use JsonProperty "name" defined inside interface[详细]
2023-03-05 01:35 分类:问答Json.NET + VerificationException Operation could destabilize the runtime
I am getting the \"Operation could destablize the runtime exception\". I goggled quite a bit, looks like exception has to do with conflicting assemblies being loaded at runtime.[详细]
2023-03-04 23:59 分类:问答How can I parse a JSON string to .Net object using Json.Net?
The string I want to parse: [ { id: \"new01\" name: \"abc news\" icon: \"\" channels: [ { id: 1001 name: \"News\"[详细]
2023-03-04 23:09 分类:问答Can a Json converter help with poor Json convention
Here is an example of they type JSON I get: \"Books\": { \"6\": { \"Name\": \"Some book\" }, \"7\": { \"Name\": \"Some other book\"[详细]
2023-03-04 14:10 分类:问答Json.NET - JsonConvert.DeserializeObject isn't doing anything
I\'m using Json.NET to deserialize a jQuery.post() JSON param. The raw value that\'s posted back is in the following format[详细]
2023-03-04 08:44 分类:问答Deserializing dictionary with derived types using NewtonSoft's Json library
Given the following class structure, which includes a dictionary of derived objects, how can I serialize and deserialize using NewtonSoft’s Json library? When I deserialize, I am getting an exception[详细]
2023-03-04 07:20 分类:问答How to use JSON.NET correctly when deseralizing from embedded DLL?
I\'m writing C# code in Visual Studio.I add the embedded DLL inside the project, I am dynamically loading the assemblies.We use JSON.NET to serialize and deserialize objects with type Context.JobDataO[详细]
2023-03-04 02:22 分类:问答Json Deserialize a List with in a List
Is it possible to deserialise a list with in a list using the JsonConvert.DeserializeObject? Object: public class BusinessList[详细]
2023-03-04 02:06 分类:问答