Go to the source code of this file.
Functions | |
int | JSON_checker (unsigned short p[], int length) |
int | JSON_checker_at_character (void) |
int | JSON_checker_finished (void) |
void | JSON_checker_init (void) |
int | JSON_checker_push (int b) |
int JSON_checker | ( | unsigned short | p[], |
int | length | ||
) |
Definition at line 275 of file JSON_checker.c.
int JSON_checker_at_character | ( | void | ) |
Definition at line 411 of file JSON_checker.c.
int JSON_checker_finished | ( | void | ) |
Definition at line 263 of file JSON_checker.c.
void JSON_checker_init | ( | void | ) |
Definition at line 257 of file JSON_checker.c.
int JSON_checker_push | ( | int | b | ) |
Definition at line 287 of file JSON_checker.c.