json.net
Loss of Precision parsing Floats
When parsing the following JSON string the float value for the x coordinate is being changed. { \"spatialReference\" : {[详细]
2023-03-13 15:38 分类:问答how to deserialize JSON into IEnumerable<BaseType> with Newtonsoft JSON.NET
given this JSON开发者_Python百科: [ { \"$id\": \"1\", \"$type\": \"MyAssembly.ClassA, MyAssembly\", \"Email\": \"me@here.com\",[详细]
2023-03-12 17:54 分类:问答Using JS based visualization libraries with C#/Linq Collections
I\'ve done a number of asp.net webforms projects, and any charting/grid type stuff I have achieved with server side controls such as Telerik which have nicely taken care of the client side.However, th[详细]
2023-03-12 17:45 分类:问答Newtonsoft ignore attributes? [duplicate]
This question already has answers here: Can I optionally turn off the JsonIgnore attribute at runtime?[详细]
2023-03-12 06:05 分类:问答Ensuring json keys are lowercase in .NET
Is there simple way using JSON in .NET to ensure that the keys are sent as lower case? At the moment I\'m using the newtonsoft\'s Json.NET library and simply using[详细]
2023-03-11 20:21 分类:问答serializing/deserializing derived objects using JSON.NET without using JsonProperty?
I\'m using the NewtonSoft JSON.NET library for serializing the following class where DTOBase can hold derived instances.[详细]
2023-03-11 02:38 分类:问答Parse json string using JSON.NET
I have a string like the following in C#. I need to loop through and create an HTML table output. I tried with JSON.NET but couldn\'t figure out how to retrieve the keys (Name, Age & Job).[详细]
2023-03-11 01:11 分类:问答Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0
I am working in c# 4.0 to read a signed request I am using the following code FacebookApp fap = new FacebookApp();[详细]
2023-03-09 12:36 分类:问答JSON.NET - exclude properties of a specific type at runtime
I\'m wondering how to exclude/strip certain properties of given type(s) (or collections of those) from being serialized using Json.NET library?[详细]
2023-03-09 02:47 分类:问答How to use JSON.NET's JsonTextReader to read from a NetworkStream asynchronously?
I implemented my own NetworkStream port for Silverlight which only allows asynchronous calls. I would like to read some JSON-RPC messages that I am getting from a server so I figured I\'d use JSON.NET[详细]
2023-03-08 20:06 分类:问答