11#ifndef __JSONV_KIND_HPP_INCLUDED__
12#define __JSONV_KIND_HPP_INCLUDED__
30enum class kind :
unsigned char
An adapter for enumeration types.
Copyright (c) 2014-2020 by Travis Gockel.
#define JSONV_PUBLIC
This function or class is part of the public API for JSON Voorhees.
kind
Describes the kind of data a value holds.
JSONV_PUBLIC value object()
Create an empty object.
JSONV_PUBLIC const value null
An instance with kind::null.
JSONV_PUBLIC value array()
Create an empty array value.