|
Parsnip
parsing library
|
Parsnip serialization. More...
#include <config.h>#include <ios>#include <ostream>#include <istream>#include <sstream>#include <cctype>#include "parsnip.h"#include "parsnip_helpers.h"Namespaces | |
| namespace | Parsnip |
| Serialization and parsing library. | |
Functions | |
| std::istream::int_type | Parsnip::next_non_whitespace (InputStream &from) |
| Read from a stream until a non-whitespace character is found. | |
| Data | Parsnip::parse_json (std::istream &from, bool check_termination) |
| Parse a stream as JSON data. | |
| Data | Parsnip::parse_json (const std::string &from) |
| Parse a string as a JSON stream. | |