Parses HTTP responses to domain types. More...
#include <cstdint>
#include <type_traits>
#include <vector>
#include <nlohmann/json.hpp>
#include "pinecone/types/accepted.hpp"
#include "pinecone/util/result.hpp"
Go to the source code of this file.
Classes | |
struct | pinecone::types::parser< T, Json > |
Parses raw data from the Pinecone API into native C++ types. More... | |
Typedefs | |
using | json = nlohmann::json |
Parses HTTP responses to domain types.
Definition in file parser.hpp.