|
libdonut 2.3.6
Application framework for cross-platform game development in C++20
|
Token data scanned from JSON. More...
#include <donut/json.hpp>
Public Attributes | |
| String | string |
| Scanned string. | |
| SourceLocation | source |
| Location of the scanned string in the JSON source string. | |
| TokenType | type |
| Scanned token type. | |
Token data scanned from JSON.
| String donut::json::Token::string |
Scanned string.
| SourceLocation donut::json::Token::source |
Location of the scanned string in the JSON source string.
| TokenType donut::json::Token::type |
Scanned token type.