Fixed unprocessable characters in json

This commit is contained in:
Gunnar Skjold 2024-12-05 14:20:12 +01:00
parent 43e2b2478b
commit 0947d335ce
3 changed files with 15 additions and 15 deletions

View File

@ -1,3 +1,3 @@
{ {
"P" : %d "P" : %lu
} }

View File

@ -2,10 +2,10 @@
"lv" : "%s", "lv" : "%s",
"id" : "%s", "id" : "%s",
"type" : "%s", "type" : "%s",
"P" : %d, "P" : %lu,
"Q" : %d, "Q" : %lu,
"PO" : %d, "PO" : %lu,
"QO" : %d, "QO" : %lu,
"I1" : %.2f, "I1" : %.2f,
"I2" : %.2f, "I2" : %.2f,
"I3" : %.2f, "I3" : %.2f,

View File

@ -2,16 +2,16 @@
"lv" : "%s", "lv" : "%s",
"id" : "%s", "id" : "%s",
"type" : "%s", "type" : "%s",
"P" : %d, "P" : %lu,
"P1" : %d, "P1" : %lu,
"P2" : %d, "P2" : %lu,
"P3" : %d, "P3" : %lu,
"Q" : %d, "Q" : %lu,
"PO" : %d, "PO" : %lu,
"PO1" : %d, "PO1" : %lu,
"PO2" : %d, "PO2" : %lu,
"PO3" : %d, "PO3" : %lu,
"QO" : %d, "QO" : %lu,
"I1" : %.2f, "I1" : %.2f,
"I2" : %.2f, "I2" : %.2f,
"I3" : %.2f, "I3" : %.2f,