Newtonsoft.Dson icon indicating copy to clipboard operation
Newtonsoft.Dson copied to clipboard

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

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