Skip to content

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

License

Notifications You must be signed in to change notification settings

modulexcite/Newtonsoft.Dson

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 53.3%
  • C# 46.4%
  • Batchfile 0.3%