Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
VirtualCSharp by Anonymous
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
  ]
}
Cached Result
Last Run: 8:35:44 pm
Compile: 0.256s
Execute: 0.799s
Memory: 9.23Mb
CPU: 0.766s