IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Public Member Functions | |
JsonPrettyPrinter (JsonPPStrategyContext context) | |
string | PrettyPrint (string inputString) |
Private Member Functions | |
void | PrettyPrintCharacter (StringBuilder input, StringBuilder output) |
Private Attributes | |
readonly JsonPPStrategyContext | _context |
JsonPrettyPrinterPlus::JsonPrettyPrinter::JsonPrettyPrinter | ( | JsonPPStrategyContext | context | ) | [inline] |
string JsonPrettyPrinterPlus::JsonPrettyPrinter::PrettyPrint | ( | string | inputString | ) | [inline] |
void JsonPrettyPrinterPlus::JsonPrettyPrinter::PrettyPrintCharacter | ( | StringBuilder | input, |
StringBuilder | output | ||
) | [inline, private] |
readonly JsonPPStrategyContext JsonPrettyPrinterPlus::JsonPrettyPrinter::_context [private] |