6 bool parseObject(
char current,
char *next);
8 char current,
char *next);
9 bool parseValue(
char current,
char *next);
10 bool parseArray(
char current,
char *next);
12 char current,
char *next);
13 bool parseLiteral(
const char *literal,
14 char current,
char *next);
Definition: stringbuffer.h:13