Jar examples for s:serpent
Serpent serializes an object tree into a Python ast.literal_eval() compatible literal expression. It is safe to send serpent data to other machines over the network for instance (because only 'safe' literals are encoded). There is also a deserializer or parse provided that turns such a literal expression back into the appropriate Java object tree. It is an alternative to JSON to provide easy data integration between Java and Python. Serpent is more expressive as JSON (it supports more data types).
You can download jar file serpent 1.12 in this page.
MIT License
You can use the following script to add serpent-1.12.jar to your project.
<dependency> <groupId>net.razorvine</groupId> <artifactId>serpent</artifactId> <version>1.12</version> </dependency>
compile group: 'net.razorvine', name: 'serpent', version: '1.12'
libraryDependencies += "net.razorvine" % "serpent" % "1.12"
<dependency org="net.razorvine" name="serpent" rev="1.12"/>
@Grapes(@Grab(group='net.razorvine', module='serpent', version='1.12'))
'net.razorvine:serpent:jar:1.12'
Click the following link to download the jar file.
serpent-1.12-javadoc.jar