c# Programming Glossary: jsonreader
JSON.net - field is either string or List<string> http://stackoverflow.com/questions/10121804/json-net-field-is-either-string-or-liststring typeof List string public override object ReadJson JsonReader reader Type objectType object existingValue JsonSerializer serializer..
Parsing ISO Duration with JSON.Net http://stackoverflow.com/questions/12633588/parsing-iso-duration-with-json-net writer tsString public override object ReadJson JsonReader reader Type objectType object existingValue JsonSerializer serializer..
Deserializing polymorphic json classes without type information using json.net http://stackoverflow.com/questions/19307752/deserializing-polymorphic-json-classes-without-type-information-using-json-net objectType public override object ReadJson JsonReader reader Type objectType object existingValue JsonSerializer serializer..
C# JSON custom serialization http://stackoverflow.com/questions/4547550/c-sharp-json-custom-serialization KeyValuePair string int public override object ReadJson JsonReader reader Type objectType object existingValue JsonSerializer serializer..
Deserializing JSON when sometimes array and sometimes object http://stackoverflow.com/questions/5224697/deserializing-json-when-sometimes-array-and-sometimes-object . My converter looks like public override object ReadJson JsonReader reader Type objectType object existingValue JsonSerializer serializer.. Here is the correct code public override object ReadJson JsonReader reader Type objectType object existingValue JsonSerializer serializer..
Json.NET: Deserializing nested dictionaries http://stackoverflow.com/questions/6416017/json-net-deserializing-nested-dictionaries base.CanConvert objectType public override object ReadJson JsonReader reader Type objectType object existingValue JsonSerializer serializer..
How to implement custom JsonConverter in JSON.NET to deserialize a List of base class objects http://stackoverflow.com/questions/8030538/how-to-implement-custom-jsonconverter-in-json-net-to-deserialize-a-list-of-base objectType public override object ReadJson JsonReader reader Type objectType object existingValue JsonSerializer serializer..
Deserializing heterogenous JSON array into covariant List<> using JSON.NET http://stackoverflow.com/questions/8241392/deserializing-heterogenous-json-array-into-covariant-list-using-json-net 0 is not supported type public override object ReadJson JsonReader reader Type objectType object existingValue JsonSerializer serializer..
How to create a JSON.NET Date to String custom Converter http://stackoverflow.com/questions/8639315/how-to-create-a-json-net-date-to-string-custom-converter DateTimeConverterBase public override object ReadJson JsonReader reader Type objectType object existingValue JsonSerializer serializer..
Incremental JSON Parsing in C# http://stackoverflow.com/questions/9026508/incremental-json-parsing-in-c-sharp but if you're open to use JSON.net it has a JsonReader that acts much like a DataReader . using var jsonReader new..
Encrypting/Decrypting large files (.NET) http://stackoverflow.com/questions/9237324/encrypting-decrypting-large-files-net
Cannot deserialize JSON array into type - Json.NET http://stackoverflow.com/questions/9452901/cannot-deserialize-json-array-into-type-json-net return true return false public override object ReadJson JsonReader reader Type objectType object existingValue JsonSerializer serializer..
|