uzuki2
Recovering R lists faithfully from HDF5 or JSON
|
Parsing methods for JSON files. More...
#include <memory>
#include <vector>
#include <cctype>
#include <string>
#include <stdexcept>
#include <cmath>
#include <unordered_map>
#include <unordered_set>
#include <type_traits>
#include "byteme/PerByte.hpp"
#include "byteme/SomeFileReader.hpp"
#include "byteme/SomeBufferReader.hpp"
#include "millijson/millijson.hpp"
#include "interfaces.hpp"
#include "Dummy.hpp"
#include "ExternalTracker.hpp"
#include "ParsedList.hpp"
Go to the source code of this file.
Classes | |
struct | uzuki2::json::Options |
Options for JSON file parsing. More... | |
Namespaces | |
namespace | uzuki2 |
Parse an R list from a HDF5 or JSON file. | |
namespace | uzuki2::json |
Parse an R list from a JSON file. | |
Parsing methods for JSON files.