#include <bwi_tools/json/reader.h>
#include <bwi_tools/json/value.h>
#include <utility>
#include <cstdio>
#include <cassert>
#include <cstring>
#include <iostream>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | Json |
JSON (JavaScript Object Notation). | |
Functions | |
static std::string | Json::codePointToUTF8 (unsigned int cp) |
static bool | Json::containsNewLine (Reader::Location begin, Reader::Location end) |
static bool | Json::in (Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4) |
static bool | Json::in (Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4, Reader::Char c5) |
std::istream & | Json::operator>> (std::istream &, Value &) |
Read from 'sin' into 'root'. |