SrkSekvap 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SrkSekvap --version 2.0.0
NuGet\Install-Package SrkSekvap -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SrkSekvap" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SrkSekvap --version 2.0.0
#r "nuget: SrkSekvap, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SrkSekvap as a Cake Addin
#addin nuget:?package=SrkSekvap&version=2.0.0

// Install SrkSekvap as a Cake Tool
#tool nuget:?package=SrkSekvap&version=2.0.0

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • Portable Class Library (.NETFramework 4.5, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 1,106 2/20/2023
2.1.0 254 2/16/2023
2.0.1 697 2/7/2020
2.0.0 757 11/4/2019
1.0.1 734 1/31/2019
1.0.0 1,016 8/8/2016

Breaking change for escape sequences! Now escape char is backslash!