libdonut  2.3.2
Application framework for cross-platform game development in C++20
Public Attributes | List of all members
donut::json::Token Struct Reference

Token data scanned from JSON. More...

#include <donut/json.hpp>

Public Attributes

String string
 Scanned string. More...
 
SourceLocation source
 Location of the scanned string in the JSON source string. More...
 
TokenType type
 Scanned token type. More...
 

Detailed Description

Token data scanned from JSON.

Member Data Documentation

◆ string

String donut::json::Token::string

Scanned string.

◆ source

SourceLocation donut::json::Token::source

Location of the scanned string in the JSON source string.

◆ type

TokenType donut::json::Token::type

Scanned token type.


The documentation for this struct was generated from the following file: