Info
Version: | 1.18.0 |
Author(s): | Irmen de Jong |
Last Update: | Thursday, July 27, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Razorvine.Serpent.NetCore |
Install
Install-Package Razorvine.Serpent.NetCore
dotnet add package Razorvine.Serpent.NetCore
paket add Razorvine.Serpent.NetCore
Razorvine.Serpent.NetCore Download (Unzip the "nupkg" after downloading)
Serpent provides Python ast.literal_eval() compatible object tree serialization.
It serializes an object tree into bytes that can be transferred to Python and
decoded there (using ast.literal_eval()).
It can ofcourse also deserialize
such a Python expression itself, back into the equivalent .NET datat... types.
More info for the Python version is on Pypi: https://pypi.python.org/pypi/serpent. more