|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "System/Text/Json/JsonElement.h"#include "System/Text/Json/JsonException.h"#include "System/InvalidOperationException.h"#include "System/Collections/Generic/List.h"#include "System/Collections/Generic/Dictionary.h"#include "System/Text/StringBuilder.h"#include <sstream>#include <iomanip>#include <stdexcept>#include <cctype>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Text |
| namespace | DotNetDupe::System::Text::Json |
Functions | |
| static String | DotNetDupe::System::Text::Json::EscapeString (const String &sInput) |
| static String | DotNetDupe::System::Text::Json::FormatJsonArray (const Collections::Generic::List< JsonElement > &lstArray) |
| static String | DotNetDupe::System::Text::Json::FormatJsonNumber (double dVal) |
| static String | DotNetDupe::System::Text::Json::FormatJsonObject (const Collections::Generic::Dictionary< String, JsonElement > &dictObject) |