Arthur Brandao
7 years ago
|
@@ -12,7 +12,7 @@
|
|
|
#include "constante.h"
|
|
#include "constante.h"
|
|
|
|
|
|
|
|
/* --- Constante --- */
|
|
/* --- Constante --- */
|
|
|
-#define JSON_MAX_SIZE 16384
|
|
|
|
|
|
|
+#define JSON_MAX_SIZE 8192
|
|
|
#define JSON_ERROR -1
|
|
#define JSON_ERROR -1
|
|
|
#define JSON_OK 0
|
|
#define JSON_OK 0
|
|
|
#define JSON_STRING 1
|
|
#define JSON_STRING 1
|