[−][src]Module jsonc_parser::ast
Structs
| Array | Node that represents an array that may contain elements (ex. |
| BooleanLit | Node that represents a boolean (ex. |
| CommentBlock | Represents a comment block (ex. |
| CommentLine | Represents a comment line (ex. |
| NullKeyword | Node that represents the null keyword (ex. |
| NumberLit | Node that represents a number (ex. |
| Object | Node that represents an object that may contain properties (ex. |
| ObjectProp | Node that represents an object property (ex. |
| Range | Information about where the node appears in the text file. |
| StringLit | Node surrounded in double quotes (ex. |
Enums
| Comment | Represents a comment. |
| Value | A JSON value. |