|
JSON Voorhees
Killer JSON for C++
|
Directory dependency graph for jsonv:Directories | |
| detail | |
| serialization | |
Files | |
| algorithm.hpp | |
A collection of algorithms a la <algorithm>. | |
| all.hpp | |
| A header which includes all other JSON Voorhees headers. | |
| ast.hpp | |
| Utilities for directly dealing with a JSON AST. | |
| coerce.hpp | |
A jsonv::value has a number of as_X operators, which strictly performs a transformation to a C++ data type. | |
| config.hpp | |
| Copyright (c) 2014-2020 by Travis Gockel. | |
| demangle.hpp | |
| Copyright (c) 2015 by Travis Gockel. | |
| encode.hpp | |
| Classes and functions for encoding JSON values to various representations. | |
| forward.hpp | |
| Copyright (c) 2012-2020 by Travis Gockel. | |
| functional.hpp | |
A collection of function objects a la <functional>. | |
| kind.hpp | |
| Copyright (c) 2019-2020 by Travis Gockel. | |
| optional.hpp | |
Pulls in an implementation of optional. | |
| parse.hpp | |
| Copyright (c) 2012-2020 by Travis Gockel. | |
| parse_index.hpp | |
| Parsed index of a JSON document. | |
| path.hpp | |
| Support for JSONPath. | |
| reader.hpp | |
| Read a JSON AST. | |
| result.hpp | |
| Copyright (c) 2020 by Travis Gockel. | |
| serialization.hpp | |
| Conversion between C++ types and JSON values. | |
| serialization_builder.hpp | |
DSL for building formats. | |
| string_view.hpp | |
Pulls in an implementation of string_view. | |
| value.hpp | |
| Copyright (c) 2012-2020 by Travis Gockel. | |
| version.hpp | |