|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Formatting of JSON strings into human readable form. More...
Public Member Functions | |
| string | Format (string jsonString) |
| Returns a formatted JSON string. | |
Properties | |
| int | NumIndent [get, set] |
| Number of spaces used for indentation. | |
Private Member Functions | |
| void | FormatFile (string pathOriginal, string pathConverted) |
| Reads a JSON string from a file, formats it, and writes it to the specified file (which can be the same as the original one). | |
Private Attributes | |
| int | _numIndent |
Formatting of JSON strings into human readable form.
$A Igor jun09;
| string IG::Lib::JsonFormatter::Format | ( | string | jsonString | ) | [inline] |
Returns a formatted JSON string.
| jsonString | Original unformatted string. |
| void IG::Lib::JsonFormatter::FormatFile | ( | string | pathOriginal, |
| string | pathConverted | ||
| ) | [inline, private] |
Reads a JSON string from a file, formats it, and writes it to the specified file (which can be the same as the original one).
| pathOriginal | Path to the original file. |
| pathConverted | Path to the converted file. |
int IG::Lib::JsonFormatter::_numIndent [private] |
int IG::Lib::JsonFormatter::NumIndent [get, set] |
Number of spaces used for indentation.