datajson: reduce size length

pull/13432/head
Eric Leblond 1 year ago committed by Victor Julien
parent b8e2791482
commit 40f86571d9

@ -31,7 +31,7 @@
typedef struct DataJsonType {
char *value;
size_t len;
uint16_t len;
} DataJsonType;
typedef struct DataJsonResultType {

Loading…
Cancel
Save