class MetaData

book_4_sparkGenerated
code_blocksInput

Description

The MetaData class in the Editor namespace is designed for CRUD operations on JSON files. It provides methods to retrieve and set data in a JSON format, making it useful for handling metadata files. Although it is currently tailored for metadata, the class could be extended for other types of files if needed.

Members

Instance Members

Member Name Summary
GetElement Retrieves a JSON element by key name, returning a nullable JSON element.
Get Retrieves a value of type T by key name, with a specified default value.
GetString Retrieves a string value by key name, with a specified default value.
GetBool Retrieves a boolean value by key name, with a specified default value.
GetInt Retrieves an integer value by key name, with a specified default value.
GetFloat Retrieves a float value by key name, with a specified default value.
Set Sets a value of type T for a specified key name.
FilePath Gets the file path to the metadata file.