Open
Description
OIC Core spec only requires application/cbor
media type for messages. but also allows for application/json
and application/xml
As I've forked Newtonsoft.Json.Bson to create Newtonsoft.Json.Cbor which adds CBOR (RFC 7049) support to the popular JSON.Net library, it covers the applicaiton/cbor
requirement and as a bonus natively supports application/json
but is a miss with application/xml
Luckily, .Net works well with XML, so it shouldnt' be too hard to work in serialisation, but for now, it's not a huge requirement.
If you need this support. Thumbs up this issue and i'll look into it