![]() |
CernVM-FS
2.12.0
|
#include <string>
#include <utility>
#include <vector>
#include "json.h"
#include "util/single_copy.h"
Go to the source code of this file.
Classes | |
class | JsonDocument |
struct | JsonDocument::PrintOptions |
Typedefs | |
typedef struct json_value | JSON |
Functions | |
template<typename T > | |
bool | GetFromJSON (const JSON *object, const std::string &name, T *value) |
typedef struct json_value JSON |
This file is part of the CernVM File System.
Definition at line 15 of file json_document.h.
bool GetFromJSON | ( | const JSON * | object, |
const std::string & | name, | ||
T * | value | ||
) |