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"
}
}
]