|
JSON Voorhees
Killer JSON for C++
|
Copyright (c) 2019-2020 by Travis Gockel. More...
Include dependency graph for kind.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| enum class | jsonv::kind : unsigned char { null , object , array , string , integer , decimal , boolean } |
Describes the kind of data a value holds. More... | |
| JSONV_PUBLIC std::ostream & | jsonv::operator<< (std::ostream &, const kind &) |
Print out the name of the kind. | |
| JSONV_PUBLIC std::string | jsonv::to_string (const kind &) |
Get the name of the kind. | |
Copyright (c) 2019-2020 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 kind.hpp.