SkillAgentSearch skills...

Newtonsoft.Dson

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

Install / Use

/learn @JamesNK/Newtonsoft.Dson
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

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

Related Skills

View on GitHub
GitHub Stars45
CategoryDevelopment
Updated1y ago
Forks3

Languages

PowerShell

Security Score

75/100

Audited on Jun 11, 2024

No findings