SrkSekvap 2.0.0
There is a newer version of this package available.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
Breaking change for escape sequences! Now escape char is backslash!