jsontree: add int pointer types
This commit is contained in:
parent
bcc7d0a1eb
commit
a65d566dee
3 changed files with 37 additions and 0 deletions
|
@ -57,6 +57,14 @@
|
|||
|
||||
#define JSON_TYPE_CALLBACK 'C'
|
||||
|
||||
/* integer pointer types */
|
||||
#define JSON_TYPE_S8PTR 'b'
|
||||
#define JSON_TYPE_U8PTR 'B'
|
||||
#define JSON_TYPE_S16PTR 'w'
|
||||
#define JSON_TYPE_U16PTR 'W'
|
||||
#define JSON_TYPE_S32PTR 'd'
|
||||
#define JSON_TYPE_U32PTR 'D'
|
||||
|
||||
enum {
|
||||
JSON_ERROR_OK,
|
||||
JSON_ERROR_SYNTAX,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue