This commit is contained in:
Jonas Zeunert
2018-09-14 01:25:22 +02:00
parent 8122bf7bac
commit 913353e56f
2 changed files with 28 additions and 28 deletions

View File

@@ -1,27 +1,27 @@
{
"row":
[
{
"A": 15
},
{
"B": 16
},
{
"C": 1
}
],
"col" :
[
{
"A": 4
},
{
"B": 5
},
{
"C": 6
}
],
"data" : 13
"input" : {
"row": [
{
"A": 15
},
{
"B": 16
},
{
"C": 1
}
],
"col": [
{
"A": 4
},
{
"B": 5
},
{
"C": 6
}
],
"data": 13
}
}