Top "Json.net" questions

Json.

How do I enumerate through a JObject?

I'm trying to determine how to access the data that is in my JObject and I can't for the life …

c# json json.net
Error reading JObject from JsonReader. Current JsonReader item is not an object: StartArray. Path

I am working on a Windows Phone 8.1 application involving location. I am receiving Json data from my API. My API …

c# json.net
Creating JSON on the fly with JObject

For some of my unit tests I want the ability to build up particular JSON values (record albums in this …

c# json json.net
Convert object of any type to JObject with Json.NET

I often need to extend my Domain model with additional info before returning it to the client with WebAPI. To …

c# .net json.net
Parsing a JSON array using Json.Net

I'm working with Json.Net to parse an array. What I'm trying to do is to pull the name/value …

c# asp.net json json.net
How to serialize a JObject without the formatting?

I have a JObject (I'm using Json.Net) that I constructed with LINQ to JSON (also provided by the same …

json serialization json.net
JSON.net: how to deserialize without using the default constructor?

I have a class that has a default constructor and also an overloaded constructor that takes in a set of …

c# json json.net
Deserializing JSON array into strongly typed .NET object

When I can call the 3rd party api and get back a single class worth of data everything deserialises fine …

c# windows-phone-7 json.net hammock
How do you add a JToken to an JObject?

I'm trying to add a JSON object from some text to an existing JSON file using JSON.Net. For example …

c# json.net