Dim jsonData = New With {
.total = 1,
.page = Page,
.records = 3,
.rows = {
New With {.id = 1, .cell = {"1", "-7", "Is this a good question?"}},
New With {.id = 2, .cell = {"2", "15", "Is this a blatant ripoff?"}},
New With {.id = 3, .cell = {"3", "23", "Why is the sky blue?"}}
}
}