Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
Multidimensional array by Shimmy
Environment version: .NET 9.0.0 (9.0.0)
Newtonsoft.Json version: Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed

{
  "AllProps": [
    {
      "Key": "prop1",
      "Value": "value of prop1",
      "Type": "0"
    },
    {
      "Key": "prop2",
      "Value": "value of prop2",
      "Type": "somevalue"
    },
    {
      "Key": "propn",
      "Value": "value of propn",
      "Type": "anothervalue"
    }
  ]
}
{
  "AllProps": [
    {
      "Key": "prop1",
      "Value": "value of prop1",
      "Type": "0"
    },
    {
      "Key": "prop2",
      "Value": "value of prop2",
      "Type": "somevalue"
    },
    {
      "Key": "propn",
      "Value": "value of propn",
      "Type": "anothervalue"
    },
    {
      "Key": "Color",
      "Value": "rgba(240,248,255,1)",
      "Type": "Color"
    },
    {
      "Key": "List",
      "Value": [
        "Hello"
      ],
      "Type": "ListOfStrings"
    }
  ]
}
Cached Result
Last Run: 1:56:30 pm
Compile: 0.055s
Execute: 0.18s
Memory: 17.68Mb
CPU: 0.235s