|
nixd
|
#include "Exception.h"#include <llvm/ADT/StringRef.h>#include <llvm/Support/JSON.h>#include <exception>Go to the source code of this file.
Classes | |
| class | nixd::JSONParseException |
| class | nixd::JSONSchemaException |
Namespaces | |
| namespace | nixd |
Functions | |
| llvm::json::Value | nixd::parse (llvm::StringRef JSON) |
| template<class T> | |
| T | nixd::fromJSON (const llvm::json::Value &V) |