value::value_type Enumeration
This enumeration represents the various kinds of JSON values.
enum value_type;
Members
Values
Name |
Description |
---|---|
Array |
This enumeration represents the various kinds of JSON values. |
Boolean |
This enumeration represents the various kinds of JSON values. |
Null |
This enumeration represents the various kinds of JSON values. |
Number |
This enumeration represents the various kinds of JSON values. |
Object |
This enumeration represents the various kinds of JSON values. |
String |
This enumeration represents the various kinds of JSON values. |
Requirements
Header: json.h
Namespace: web::json