Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
Macros | Variables
json-grammar.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define JSON_GRAMMAR_ARRAY   18
 
#define JSON_GRAMMAR_ASCII   46
 
#define JSON_GRAMMAR_BACKSPACE   41
 
#define JSON_GRAMMAR_BEGIN_ARRAY   1
 
#define JSON_GRAMMAR_BEGIN_OBJECT   2
 
#define JSON_GRAMMAR_CHAR   37
 
#define JSON_GRAMMAR_CR   44
 
#define JSON_GRAMMAR_DECIMAL_POINT   21
 
#define JSON_GRAMMAR_DIGIT   56
 
#define JSON_GRAMMAR_DIGIT1_9   22
 
#define JSON_GRAMMAR_E   23
 
#define JSON_GRAMMAR_EMINUS   29
 
#define JSON_GRAMMAR_END_ARRAY   3
 
#define JSON_GRAMMAR_END_MEMBER_SEPARATOR   7
 
#define JSON_GRAMMAR_END_OBJECT   4
 
#define JSON_GRAMMAR_END_VALUE_SEPARATOR   8
 
#define JSON_GRAMMAR_EPLUS   31
 
#define JSON_GRAMMAR_EXP   24
 
#define JSON_GRAMMAR_FALSE   11
 
#define JSON_GRAMMAR_FORM_FEED   42
 
#define JSON_GRAMMAR_FRAC   25
 
#define JSON_GRAMMAR_FRAC_DIGITS   26
 
#define JSON_GRAMMAR_FRAC_ONLY   20
 
#define JSON_GRAMMAR_HEXDIG   57
 
#define JSON_GRAMMAR_INT   27
 
#define JSON_GRAMMAR_JSON_TEXT   0
 
#define JSON_GRAMMAR_KEY   16
 
#define JSON_GRAMMAR_KEY_BEGIN   17
 
#define JSON_GRAMMAR_LINE_FEED   43
 
#define JSON_GRAMMAR_MEMBER   15
 
#define JSON_GRAMMAR_MINUS   28
 
#define JSON_GRAMMAR_NAME_SEPARATOR   5
 
#define JSON_GRAMMAR_NULL   12
 
#define JSON_GRAMMAR_NUMBER   19
 
#define JSON_GRAMMAR_OBJECT   14
 
#define JSON_GRAMMAR_PLUS   30
 
#define JSON_GRAMMAR_QUOTE   38
 
#define JSON_GRAMMAR_R_SOLIDUS   39
 
#define JSON_GRAMMAR_SOLIDUS   40
 
#define JSON_GRAMMAR_STRING   33
 
#define JSON_GRAMMAR_STRING_BEGIN   34
 
#define JSON_GRAMMAR_STRING_CONTENT   35
 
#define JSON_GRAMMAR_STRING_END   36
 
#define JSON_GRAMMAR_TAB   45
 
#define JSON_GRAMMAR_TRUE   13
 
#define JSON_GRAMMAR_UTF16   47
 
#define JSON_GRAMMAR_UTF16_1   49
 
#define JSON_GRAMMAR_UTF16_2   48
 
#define JSON_GRAMMAR_UTF16_TAIL   50
 
#define JSON_GRAMMAR_UTF8   51
 
#define JSON_GRAMMAR_UTF8_2   52
 
#define JSON_GRAMMAR_UTF8_3   53
 
#define JSON_GRAMMAR_UTF8_4   54
 
#define JSON_GRAMMAR_UTF8_TAIL   55
 
#define JSON_GRAMMAR_VALUE   10
 
#define JSON_GRAMMAR_VALUE_SEPARATOR   6
 
#define JSON_GRAMMAR_WS   9
 
#define JSON_GRAMMAR_ZERO   32
 
#define RULE_COUNT_JSON_GRAMMAR   58
 

Variables

void * vpJsonGrammarInit
 

Macro Definition Documentation

◆ JSON_GRAMMAR_ARRAY

#define JSON_GRAMMAR_ARRAY   18

Definition at line 39 of file json-grammar.h.

◆ JSON_GRAMMAR_ASCII

#define JSON_GRAMMAR_ASCII   46

Definition at line 40 of file json-grammar.h.

◆ JSON_GRAMMAR_BACKSPACE

#define JSON_GRAMMAR_BACKSPACE   41

Definition at line 41 of file json-grammar.h.

◆ JSON_GRAMMAR_BEGIN_ARRAY

#define JSON_GRAMMAR_BEGIN_ARRAY   1

Definition at line 42 of file json-grammar.h.

◆ JSON_GRAMMAR_BEGIN_OBJECT

#define JSON_GRAMMAR_BEGIN_OBJECT   2

Definition at line 43 of file json-grammar.h.

◆ JSON_GRAMMAR_CHAR

#define JSON_GRAMMAR_CHAR   37

Definition at line 44 of file json-grammar.h.

◆ JSON_GRAMMAR_CR

#define JSON_GRAMMAR_CR   44

Definition at line 45 of file json-grammar.h.

◆ JSON_GRAMMAR_DECIMAL_POINT

#define JSON_GRAMMAR_DECIMAL_POINT   21

Definition at line 46 of file json-grammar.h.

◆ JSON_GRAMMAR_DIGIT

#define JSON_GRAMMAR_DIGIT   56

Definition at line 47 of file json-grammar.h.

◆ JSON_GRAMMAR_DIGIT1_9

#define JSON_GRAMMAR_DIGIT1_9   22

Definition at line 48 of file json-grammar.h.

◆ JSON_GRAMMAR_E

#define JSON_GRAMMAR_E   23

Definition at line 49 of file json-grammar.h.

◆ JSON_GRAMMAR_EMINUS

#define JSON_GRAMMAR_EMINUS   29

Definition at line 50 of file json-grammar.h.

◆ JSON_GRAMMAR_END_ARRAY

#define JSON_GRAMMAR_END_ARRAY   3

Definition at line 51 of file json-grammar.h.

◆ JSON_GRAMMAR_END_MEMBER_SEPARATOR

#define JSON_GRAMMAR_END_MEMBER_SEPARATOR   7

Definition at line 52 of file json-grammar.h.

◆ JSON_GRAMMAR_END_OBJECT

#define JSON_GRAMMAR_END_OBJECT   4

Definition at line 53 of file json-grammar.h.

◆ JSON_GRAMMAR_END_VALUE_SEPARATOR

#define JSON_GRAMMAR_END_VALUE_SEPARATOR   8

Definition at line 54 of file json-grammar.h.

◆ JSON_GRAMMAR_EPLUS

#define JSON_GRAMMAR_EPLUS   31

Definition at line 55 of file json-grammar.h.

◆ JSON_GRAMMAR_EXP

#define JSON_GRAMMAR_EXP   24

Definition at line 56 of file json-grammar.h.

◆ JSON_GRAMMAR_FALSE

#define JSON_GRAMMAR_FALSE   11

Definition at line 57 of file json-grammar.h.

◆ JSON_GRAMMAR_FORM_FEED

#define JSON_GRAMMAR_FORM_FEED   42

Definition at line 58 of file json-grammar.h.

◆ JSON_GRAMMAR_FRAC

#define JSON_GRAMMAR_FRAC   25

Definition at line 59 of file json-grammar.h.

◆ JSON_GRAMMAR_FRAC_DIGITS

#define JSON_GRAMMAR_FRAC_DIGITS   26

Definition at line 60 of file json-grammar.h.

◆ JSON_GRAMMAR_FRAC_ONLY

#define JSON_GRAMMAR_FRAC_ONLY   20

Definition at line 61 of file json-grammar.h.

◆ JSON_GRAMMAR_HEXDIG

#define JSON_GRAMMAR_HEXDIG   57

Definition at line 62 of file json-grammar.h.

◆ JSON_GRAMMAR_INT

#define JSON_GRAMMAR_INT   27

Definition at line 63 of file json-grammar.h.

◆ JSON_GRAMMAR_JSON_TEXT

#define JSON_GRAMMAR_JSON_TEXT   0

Definition at line 64 of file json-grammar.h.

◆ JSON_GRAMMAR_KEY

#define JSON_GRAMMAR_KEY   16

Definition at line 65 of file json-grammar.h.

◆ JSON_GRAMMAR_KEY_BEGIN

#define JSON_GRAMMAR_KEY_BEGIN   17

Definition at line 66 of file json-grammar.h.

◆ JSON_GRAMMAR_LINE_FEED

#define JSON_GRAMMAR_LINE_FEED   43

Definition at line 67 of file json-grammar.h.

◆ JSON_GRAMMAR_MEMBER

#define JSON_GRAMMAR_MEMBER   15

Definition at line 68 of file json-grammar.h.

◆ JSON_GRAMMAR_MINUS

#define JSON_GRAMMAR_MINUS   28

Definition at line 69 of file json-grammar.h.

◆ JSON_GRAMMAR_NAME_SEPARATOR

#define JSON_GRAMMAR_NAME_SEPARATOR   5

Definition at line 70 of file json-grammar.h.

◆ JSON_GRAMMAR_NULL

#define JSON_GRAMMAR_NULL   12

Definition at line 71 of file json-grammar.h.

◆ JSON_GRAMMAR_NUMBER

#define JSON_GRAMMAR_NUMBER   19

Definition at line 72 of file json-grammar.h.

◆ JSON_GRAMMAR_OBJECT

#define JSON_GRAMMAR_OBJECT   14

Definition at line 73 of file json-grammar.h.

◆ JSON_GRAMMAR_PLUS

#define JSON_GRAMMAR_PLUS   30

Definition at line 74 of file json-grammar.h.

◆ JSON_GRAMMAR_QUOTE

#define JSON_GRAMMAR_QUOTE   38

Definition at line 75 of file json-grammar.h.

◆ JSON_GRAMMAR_R_SOLIDUS

#define JSON_GRAMMAR_R_SOLIDUS   39

Definition at line 76 of file json-grammar.h.

◆ JSON_GRAMMAR_SOLIDUS

#define JSON_GRAMMAR_SOLIDUS   40

Definition at line 77 of file json-grammar.h.

◆ JSON_GRAMMAR_STRING

#define JSON_GRAMMAR_STRING   33

Definition at line 78 of file json-grammar.h.

◆ JSON_GRAMMAR_STRING_BEGIN

#define JSON_GRAMMAR_STRING_BEGIN   34

Definition at line 79 of file json-grammar.h.

◆ JSON_GRAMMAR_STRING_CONTENT

#define JSON_GRAMMAR_STRING_CONTENT   35

Definition at line 80 of file json-grammar.h.

◆ JSON_GRAMMAR_STRING_END

#define JSON_GRAMMAR_STRING_END   36

Definition at line 81 of file json-grammar.h.

◆ JSON_GRAMMAR_TAB

#define JSON_GRAMMAR_TAB   45

Definition at line 82 of file json-grammar.h.

◆ JSON_GRAMMAR_TRUE

#define JSON_GRAMMAR_TRUE   13

Definition at line 83 of file json-grammar.h.

◆ JSON_GRAMMAR_UTF16

#define JSON_GRAMMAR_UTF16   47

Definition at line 84 of file json-grammar.h.

◆ JSON_GRAMMAR_UTF16_1

#define JSON_GRAMMAR_UTF16_1   49

Definition at line 85 of file json-grammar.h.

◆ JSON_GRAMMAR_UTF16_2

#define JSON_GRAMMAR_UTF16_2   48

Definition at line 86 of file json-grammar.h.

◆ JSON_GRAMMAR_UTF16_TAIL

#define JSON_GRAMMAR_UTF16_TAIL   50

Definition at line 87 of file json-grammar.h.

◆ JSON_GRAMMAR_UTF8

#define JSON_GRAMMAR_UTF8   51

Definition at line 88 of file json-grammar.h.

◆ JSON_GRAMMAR_UTF8_2

#define JSON_GRAMMAR_UTF8_2   52

Definition at line 89 of file json-grammar.h.

◆ JSON_GRAMMAR_UTF8_3

#define JSON_GRAMMAR_UTF8_3   53

Definition at line 90 of file json-grammar.h.

◆ JSON_GRAMMAR_UTF8_4

#define JSON_GRAMMAR_UTF8_4   54

Definition at line 91 of file json-grammar.h.

◆ JSON_GRAMMAR_UTF8_TAIL

#define JSON_GRAMMAR_UTF8_TAIL   55

Definition at line 92 of file json-grammar.h.

◆ JSON_GRAMMAR_VALUE

#define JSON_GRAMMAR_VALUE   10

Definition at line 93 of file json-grammar.h.

◆ JSON_GRAMMAR_VALUE_SEPARATOR

#define JSON_GRAMMAR_VALUE_SEPARATOR   6

Definition at line 94 of file json-grammar.h.

◆ JSON_GRAMMAR_WS

#define JSON_GRAMMAR_WS   9

Definition at line 95 of file json-grammar.h.

◆ JSON_GRAMMAR_ZERO

#define JSON_GRAMMAR_ZERO   32

Definition at line 96 of file json-grammar.h.

◆ RULE_COUNT_JSON_GRAMMAR

#define RULE_COUNT_JSON_GRAMMAR   58

Definition at line 97 of file json-grammar.h.

Variable Documentation

◆ vpJsonGrammarInit

void* vpJsonGrammarInit

Definition at line 1631 of file json-grammar.c.

APG Version 7.0 is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.