Newtonsoft.Dson

DSON (Doge Serialized Object Notation): a data-interchange format that is easy for Shiba Inu dogs to read and write.


Keywords
dson, doge
License
MIT
Install
Install-Package Newtonsoft.Dson -Version 1.0.3

Documentation

Dson.NET

DSON (Doge Serialized Object Notation): a data-interchange format that is easy for Shiba Inu dogs to read and write.

DSON spec: dogeon.org

Dson.NET pacakage: Newtonsoft.Dson

var data = new
{
    hello = "world",
    people = new[] { "James", "Brendan", "Amy" }
};

string dson = DsonConvert.SerializeObject(data, Formatting.Indented);
// such
//   "hello" is "world",
//   "people" is so
//     "James" and
//     "Brendan" and
//     "Amy"
//   many
// wow