Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
http://stackoverflow.com/questions/37917164/newtonsoft-json-dynamic-property-name by Brian Rogers
{
  "Users": [
    {
      "Id": 1,
      "Name": "Joe Schmoe"
    },
    {
      "Id": 2,
      "Name": "John Doe"
    },
    {
      "Id": 3,
      "Name": "Bob Smith"
    }
  ],
  "Count": 3,
  "CurrentPage": 1,
  "Offset": 0,
  "RowsPerPage": 10,
  "PreviousPage": null,
  "NextPage": null
}
----------------------------------------
{
  "Items": [
    {
      "Id": 1,
      "Name": "Hammer"
    },
    {
      "Id": 2,
      "Name": "Saw"
    },
    {
      "Id": 3,
      "Name": "Drill"
    },
    {
      "Id": 4,
      "Name": "Wrench"
    }
  ],
  "Count": 4,
  "CurrentPage": 1,
  "Offset": 0,
  "RowsPerPage": 10,
  "PreviousPage": null,
  "NextPage": null
}
----------------------------------------
{
  "Berries": [
    {
      "Name": "Strawberry"
    },
    {
      "Name": "Blueberry"
    },
    {
      "Name": "Raspberry"
    },
    {
      "Name": "Blackberry"
    }
  ],
  "Count": 4,
  "CurrentPage": 1,
  "Offset": 0,
  "RowsPerPage": 10,
  "PreviousPage": null,
  "NextPage": null
}
Cached Result
Last Run: 8:15:55 am
Compile: 0.251s
Execute: 0.158s
Memory: 1.11Mb
CPU: 0.25s