|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Represents a specific JSON value within a JsonDocument. More...
#include "Common.h"#include "System/Object.h"#include "System/String.h"#include "System/SmartPointer.h"#include "System/Array.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Text::Json::JsonElement |
| Represents a specific JSON value within a JsonDocument or object hierarchy. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Text |
| namespace | DotNetDupe::System::Text::Json |
Enumerations | |
| enum class | DotNetDupe::System::Text::Json::JsonValueKind { DotNetDupe::System::Text::Json::Undefined , DotNetDupe::System::Text::Json::Object , DotNetDupe::System::Text::Json::Array , DotNetDupe::System::Text::Json::String , DotNetDupe::System::Text::Json::Number , DotNetDupe::System::Text::Json::True , DotNetDupe::System::Text::Json::False , DotNetDupe::System::Text::Json::Null } |
| Specifies the data type of a JSON value. More... | |
Represents a specific JSON value within a JsonDocument.
Standard Citation: RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format.
Definition in file JsonElement.h.