Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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