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).
License | MIT |
---|---|
HomePage | https://github.com/irmen/Serpent |
Ranking | #111554 in MvnRepository (See Top Artifacts) |
Used By | 4 artifacts |
Version ▼ | Vulnerabilities | Repository | Usages | Date | |
---|---|---|---|---|---|
1.40.x | 1.40 | Central | May 14, 2021 | ||
1.30.x | 1.30 | Central | Jan 26, 2020 | ||
1.23.x | 1.23 | Central | Jul 03, 2017 | ||
1.18.x | 1.18 | Central | Feb 19, 2017 | ||
1.17.x | 1.17 | Central | Feb 17, 2017 | ||
1.16.x | 1.16 | Central | Dec 27, 2016 | ||
1.15.x | 1.15 | Central | Oct 10, 2016 | ||
1.13.x | 1.13 | Central |
0
| Sep 08, 2016 | |
1.12.x | 1.12 | Central | Aug 08, 2015 | ||
1.11.x | 1.11 | Central | May 19, 2015 |