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