Info
Version: | 2.2.0 |
Author(s): | SandRock, HiinoFW |
Last Update: | Monday, February 20, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sandrock/Sekvap-dotnet/ |
NuGet Url: | https://www.nuget.org/packages/SrkSekvap |
Install
Install-Package SrkSekvap
dotnet add package SrkSekvap
paket add SrkSekvap
SrkSekvap Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This thing converts this kind of strings into a IList<KeyValuePair<string, string>>.
> Main value;Key1=Value 1;Key2=Value 2;Key2=Value 2 again
Why Sekvap?
Sekvap is easy to read, easy to parse and easy to store.
Sekvap is lighter than JSON or XML.
It does not provide any depth though.
License: LGPL.