# example.yaml
key:
  _fromJson:
    _readfile: ./file.json
// file.json
{
  "value": "$now"
}

Rendered as:

key:
  value: "2024-08-03 17:09"