|
iceberg-cpp
|
#include <nlohmann/json_fwd.hpp>#include "iceberg/catalog/rest/iceberg_rest_export.h"#include "iceberg/catalog/rest/types.h"#include "iceberg/result.h"Go to the source code of this file.
Macros | |
| #define | ICEBERG_DECLARE_JSON_SERDE(Model) |
Functions | |
| template<typename Model > | |
| Result< Model > | iceberg::rest::FromJson (const nlohmann::json &json) |
JSON serialization and deserialization for Iceberg REST Catalog API types.
| #define ICEBERG_DECLARE_JSON_SERDE | ( | Model | ) |