Json.NET version: Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed.
Deserialized and re-serialized System.Object result, of actual type Newtonsoft.Json.Linq.JObject:
{
"AProperty": "A Property",
"Values": [
1,
2,
3
]
}
Deserialized and re-serialized System.Dynamic.ExpandoObject result, of actual type System.Dynamic.ExpandoObject:
{
"AProperty": "A Property",
"Values": [
1,
2,
3
]
}
Deserialized and re-serialized Newtonsoft.Json.Linq.JToken result, of actual type Newtonsoft.Json.Linq.JObject:
{
"AProperty": "A Property",
"Values": [
1,
2,
3
]
}