JSON Voorhees
Killer JSON for C++
extract.hpp
Go to the documentation of this file.
1 /** \file jsonv/extract.hpp
2  * Extract a C++ class from a JSON value.
3  *
4  * Copyright (c) 2015 by Travis Gockel. All rights reserved.
5  *
6  * This program is free software: you can redistribute it and/or modify it under the terms of the Apache License
7  * as published by the Apache Software Foundation, either version 2 of the License, or (at your option) any later
8  * version.
9  *
10  * \author Travis Gockel (travis@gockelhut.com)
11 **/
12 #ifndef __JSONV_EXTRACT_HPP_INCLUDED__
13 #define __JSONV_EXTRACT_HPP_INCLUDED__
14 
15 #include <jsonv/config.hpp>
16 
17 namespace jsonv
18 {
19 
20 
21 }
22 
23 #endif/*__JSONV_EXTRACT_HPP_INCLUDED__*/
Copyright (c) 2014-2019 by Travis Gockel.