Class intended to help with using the data from info files written in JavaScript Object Notation (JSON).
Info files are files that contain metadata about an object (e.g. one that's on a filesystem).
The conventional file name for JSON info files is info.json
.
More...
|
| JsonInfoFile () |
| Zero-parameter constructor for cases where extracting data from JSON text isn't needed.
|
|
| JsonInfoFile (JsonNode data) |
| Reads a JSON info file from its raw text and stores such data in the RawData field.
|
|
|
JsonNode | Data |
| The JSON node containing the info file's data. This is the root node of the info file's JSON content.
|
|
|
static readonly string | FILE_NAME = "info.json" |
| The full file name of a JSON info file stored somewhere on a filesystem, including the file extension.
|
|
Class intended to help with using the data from info files written in JavaScript Object Notation (JSON).
Info files are files that contain metadata about an object (e.g. one that's on a filesystem).
The conventional file name for JSON info files is info.json
.
◆ JsonInfoFile()
Jumpvalley.IO.JsonInfoFile.JsonInfoFile |
( |
JsonNode | data | ) |
|
|
inline |
Reads a JSON info file from its raw text and stores such data in the RawData field.
- Parameters
-
data | The root node of the info file's JSON content |
The documentation for this class was generated from the following file: