Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
<no name> by Anonymous
Environment version: 4.0.30319.42000
Json.NET version: Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed

Orderlines for the three columns of the table with Amount formatting:
[
  {
    "Orderlines": {
      "Item": "Table",
      "Quantity": "5",
      "Amount": "50$"
    }
  }
]
Default Orderlines for the entire table:
[
  {
    "Orderlines": {
      "Item": "Table",
      "Quantity": "5",
      "Amount": "50",
      "foo": ""
    }
  }
]
Orderlines for the three columns of the table:
[
  {
    "Orderlines": {
      "Item": "Table",
      "Quantity": "5",
      "Amount": "50"
    }
  }
]
Cached Result
Last Run: 8:31:08 am
Compile: 0.414s
Execute: 0.164s
Memory: 561.15kb
CPU: 0.141s