![]() |
Stan
2.14.0
probability, sampling & optimization
|
#include <boost/lexical_cast.hpp>
#include <stan/io/validate_zero_buf.hpp>
#include <stan/io/json/json_error.hpp>
#include <stdexcept>
#include <iostream>
#include <istream>
#include <sstream>
#include <string>
Go to the source code of this file.
Namespaces | |
stan | |
Probability, optimization and sampling library. | |
stan::json | |
Functions | |
template<bool Validate_UTF_8, typename Handler > | |
void | stan::json::parse (std::istream &in, Handler &handler) |
Parse the JSON text represented by the specified input stream, sending events to the specified handler, and optionally validating the UTF-8 encoding. More... | |
template<typename Handler > | |
void | stan::json::parse (std::istream &in, Handler &handler) |
Parse the JSON text represented by the specified input stream, sending events to the specified handler, and optionally validating the UTF-8 encoding. More... | |