Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Can I make Json.net deserialize a C# 9 record type with the "primary" constructor, as if it had [JsonConstructor]?

c# json json.net c#-9.0

Can I customize Json.NET serialization without annotating my classes?

JSON.Net JsonConverter for DbGeography

Newtonsoft.Json - Getting corresponding line numbers of deserialized objects from JSON for better error handling

c# json.net

Can Json.NET serialize to stream with Formatting?

c# json json.net

Replace sensitive data value on JSON serialization

c# json serialization json.net

Can Json.Net be embedded into the executable?

Parsing json in C# without knowing indexes

c# .net json mono json.net

How to distinguish between null value and value not provided in Json.Net? [duplicate]

c# rest json.net

How to perform partial object serialization providing "paths" using Newtonsoft JSON.NET

Getting values from Json.net

json.net

JSON decoding: Unexpected token: StartArray

.net json json.net

Json.net override method in DefaultContractResolver to deserialize private setters

Custom Json.NET serializer settings per type

how to retrieve blob data from Azure blob in Json format?

Handling JSON single object and array

c# arrays json json.net

Why does AddAfterSelf return 'JProperty cannot have multiple values' when used with SelectToken?

c# json.net

Conditional serialization/deserialization of object properties with json.net [duplicate]

c# json.net

Is there a library to read JSON in C# on Windows Mobile? [closed]

How can I return key value pair from a function

c# .net json.net keyvaluepair