SenML parser for C# .net

95 views Asked by At

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!

0

There are 0 answers