Update str_view_t typedef

This commit is contained in:
Abdelrahman Said 2023-06-21 20:53:17 +01:00
parent 2ef4e2f056
commit 6912f689f1

View File

@ -7,9 +7,10 @@
#define VALID_JSON true
#define INVALID_JSON false
typedef const char *const str_view_t;
typedef const char *str_view_t;
typedef enum {
TK_NO_TOKEN,
TK_L_BRACE,
TK_R_BRACE,
TK_L_BRACKET,