S.NET NuGet Package

s-expression serilizer/deserilizer

Implementation of s-expression serializion/deserialization in C# .NET .

Very useful for reading config files when needed smth more then just key-value dicrionary.


Much more human readable then ugly json,xml,yaml, etc.
Comparing to:
- json. In s-exp you can put comments; you do not need make up text by comas; syntax much more compact.
- xml. In s-exp you can put comments anywhere in the text; syntax much more compact.
- yaml.

In s-exp you can put comments anywhere in the text; you do not need make up text by spaces;.




Got any S.NET Question?





Info

Version: 1.0.8
Author(s): Ivan Chensky
Last Update: Thursday, November 22, 2018
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/ichensky/S.NET
NuGet Url: https://www.nuget.org/packages/S.NET


Install
Install-Package S.NET
dotnet add package S.NET
paket add S.NET
S.NET Download (Unzip the "nupkg" after downloading)

.NETFramework 4.5
  • No dependencies.
.NETStandard 2.0
  • No dependencies.


Tags



STATS

must-have-score

.5

avg-downloads-per-day

2

days-since-last-release

1981