YMLNotebook
extends Nodebook
"YMLNotebook" is used for .yml
(YAML) files.
Usage
Setup
note(key, value)
Sets the value in a YML file.
string key
:
The key to represent the value. Must be a string.
value
:
The value that key
represents. Can be anything.
toJSON()
Converts the file to a JSON file.
Returns: An Object representing the JSON file.
getValue(key)
Fetch the value in a YML file.
string key
:
The key that represents the value.
Returns: The YML Value.
Last updated