.fetch()
Returns the value of the provided key directly from the JSON file.
fetch(key)
Parameter
Description
key
The key to get the value from
Returns
Description
The value of the provided key
Also allows the use of dot notation:
Last updated