JSON Voorhees
Killer JSON for C++
|
DSL for building formats
.
More...
#include <jsonv/config.hpp>
#include <jsonv/serialization.hpp>
#include <jsonv/serialization_util.hpp>
#include <deque>
#include <map>
#include <memory>
#include <set>
#include <type_traits>
Go to the source code of this file.
Functions | |
JSONV_PUBLIC JSONV_NO_RETURN void | jsonv::throw_extra_keys_extraction_error (const extraction_context &context, const value &from, const std::set< std::string > &extra_keys) |
Throw an extraction_error indicating that from had extra keys. More... | |
DSL for building formats
.
Copyright (c) 2015-2019 by Travis Gockel. All rights reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the Apache License as published by the Apache Software Foundation, either version 2 of the License, or (at your option) any later version.
Definition in file serialization_builder.hpp.
JSONV_PUBLIC JSONV_NO_RETURN void jsonv::throw_extra_keys_extraction_error | ( | const extraction_context & | context, |
const value & | from, | ||
const std::set< std::string > & | extra_keys | ||
) |
Throw an extraction_error indicating that from had extra keys.
extraction_error | always. |