Mike has run across a problem with citation2cff. Most of the codemeta.json in the wild treat funder as a single value dict (map) rather than an array. I'm going to switch it back to a map to bring codemeta2cff in alignment with practice.
Mike's example
"funder": {
"@id": "https://ror.org/05dxps055",
"@type": "Organization",
"name": "California Institute of Technology Library"
},
Mike has run across a problem with citation2cff. Most of the codemeta.json in the wild treat funder as a single value dict (map) rather than an array. I'm going to switch it back to a map to bring codemeta2cff in alignment with practice.
Mike's example