I am looking for a viable solution to parse SenML data into JSON using C#.NET.
Preferably the following types -
- application/senml+json
- application/senml+cbor
I have seen packages in Python namely - senml & cbor which are used to read and parse the SenML data to JSON arrays but looking for a similar and stable C# alternative.
Any help will me much appreciated.
Thanks!