--- libelwix/inc/elwix/ajson.h 2017/11/24 15:53:04 1.1.2.3 +++ libelwix/inc/elwix/ajson.h 2017/11/27 19:37:31 1.1.2.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: ajson.h,v 1.1.2.3 2017/11/24 15:53:04 misho Exp $ +* $Id: ajson.h,v 1.1.2.4 2017/11/27 19:37:31 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -53,9 +53,7 @@ typedef enum { J_OBJECT = 1, J_ARRAY = 2, J_STRING = 3, - J_NUMBER = 4, - J_BOOL = 5, - J_NULL = 6 + J_VALUE = 4 } jtype_t; /* JSON error numbers */