#include <taiga_parser.h>
Definition at line 6 of file taiga_parser.h.
◆ endArray()
void TodoTaigaJsonListener::endArray |
( |
| ) |
|
|
virtual |
◆ endDocument()
void TodoTaigaJsonListener::endDocument |
( |
| ) |
|
|
virtual |
◆ endObject()
void TodoTaigaJsonListener::endObject |
( |
| ) |
|
|
virtual |
◆ key()
void TodoTaigaJsonListener::key |
( |
String | key | ) |
|
|
virtual |
Definition at line 18 of file taiga_parser.cpp.
19{
20 if (
key.equals(
"auth_token"))
22
23 if (key_state ==
W_ID &&
key.equals(
"id")) {
24 DEBUG.println(
"Got id");
26 }
27
29 if (id_found &&
key.equals(
"subject"))
31 }
32}
virtual void key(String key)
PaperdinkUITodoListTaigaClass Paperdink_TodoListTaiga
#define TODO_LIST_MAX_TASKS
◆ startArray()
void TodoTaigaJsonListener::startArray |
( |
| ) |
|
|
virtual |
◆ startDocument()
void TodoTaigaJsonListener::startDocument |
( |
| ) |
|
|
virtual |
◆ startObject()
void TodoTaigaJsonListener::startObject |
( |
| ) |
|
|
virtual |
◆ value()
void TodoTaigaJsonListener::value |
( |
String | value | ) |
|
|
virtual |
Definition at line 34 of file taiga_parser.cpp.
35{
40 }
41
42 if (!id_found && key_state ==
FOUND_ID) {
43 id_found = true;
47 }
48
50
51
52
57 }
58}
char tasks[TODO_LIST_MAX_TASKS][TODO_LIST_MAX_TODO_STR_LENGTH+1]
virtual void value(String value)
#define TODO_LIST_MAX_TODO_STR_LENGTH
◆ whitespace()
void TodoTaigaJsonListener::whitespace |
( |
char | c | ) |
|
|
virtual |
The documentation for this class was generated from the following files: