Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

JSON.NET deserialize to object with Type parameter

ValueTuples lose their property names when serialized

c# json.net tuples valuetuple

Can I optionally turn off the JsonIgnore attribute at runtime?

c# .net json.net

How to use Json.NET for JSON modelbinding in an MVC5 project?

How do I deserialize an array of enum using Json.Net?

c# windows-phone-8 json.net

How to serialize byte[] as simple JSON Array and not as base64 in JSON.net?

JSON.NET How To Reference?

Asp.net WebApi deserializes UTC time string to local time

JSON.Net - Change $type field to another name?

json.net

How to make JSON.Net serializer to call ToString() when serializing a particular type?

Can you have a property name containing a dash

c# json.net

How to Deserialize JSON data?

JSON.NET deserialize a specific property

c# json.net

What is the JSON.NET equivalent of XML's XPath, SelectNodes, SelectSingleNode?

c# json.net

How to serialize/deserialize a custom collection with additional properties using Json.Net

How to serialize enums to different property name using json.net

How do I make JSON.NET ignore object relationships?

How can I parse JSON string from HttpClient?

c# json json.net httpclient

SignalR : use camel case

how to return json error msg in asp.net web api?