JSON File Adapter for Secretary
$ composer require secretary/core secretary/local-json-file-adapter
[
{
"key": "my-secret-key",
"value": "some secret"
},
{
"key": "some-other-secret",
"value": {
"a": "b"
},
"metadata": {"foo": "bar"}
}
]