JSON Voorhees
Killer JSON for C++
Loading...
Searching...
No Matches
kind.hpp File Reference

Copyright (c) 2019-2020 by Travis Gockel. More...

#include <jsonv/config.hpp>
#include <iosfwd>
#include <string>
+ 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.
 

Detailed Description

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.

Author
Travis Gockel (travi.nosp@m.s@go.nosp@m.ckelh.nosp@m.ut.c.nosp@m.om)

Definition in file kind.hpp.