digirati-co-uk / iiif-net

IIIF models for dotnet
MIT License
3 stars 1 forks source link

Deserialise [ObjectIfSingle] properties #31

Closed donaldgray closed 1 year ago

donaldgray commented 1 year ago

Properties with [ObjectIfSingle] will be in json string as single object or an array. Currently only serialisation is supported - this adds deserialisation.

I also modified ServiceConverter to include recently added AuthService v0 classes.