You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
OIC Core spec only requires
application/cbor
media type for messages. but also allows forapplication/json
andapplication/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 supportsapplication/json
but is a miss withapplication/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
The text was updated successfully, but these errors were encountered: