|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Provides functionality to serialize objects to JSON strings and deserialize JSON strings into objects. More...
#include "Common.h"#include "System/String.h"#include "System/Text/Json/JsonElement.h"#include "System/Collections/Generic/List.h"#include "System/Collections/Generic/Dictionary.h"#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Text |
| namespace | DotNetDupe::System::Text::Json |
Provides functionality to serialize objects to JSON strings and deserialize JSON strings into objects.
Standard Citation: RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format.
Definition in file JsonSerializer.h.