Twitch SDK (Internal)
Classes | Namespaces | Functions
reader.h File Reference
#include "features.h"
#include "value.h"
#include <deque>
#include <stack>
#include <string>
#include <iostream>

Go to the source code of this file.

Classes

class  ttv::json::Reader
 Unserialize a JSON document into a Value. More...
 
class  ttv::json::Reader::Token
 
class  ttv::json::Reader::ErrorInfo
 

Namespaces

 ttv
 JSON (JavaScript Object Notation).
 
 ttv::json
 

Functions

std::istream & ttv::json::operator>> (std::istream &, Value &)
 Read from 'sin' into 'root'. More...
 

Class Documentation

◆ ttv::json::Reader::Token

class ttv::json::Reader::Token
Class Members
Location end_
Location start_
TokenType type_

◆ ttv::json::Reader::ErrorInfo

class ttv::json::Reader::ErrorInfo
Class Members
Location extra_
string message_
Token token_