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).
https://github.com/irmen/Serpent
MIT License
Irmen de Jong
Aggregated version Version Update time
1.40 1.40 May 15, 2021
1.30 1.30 Jan 27, 2020
1.23 1.23 Jul 04, 2017
1.18 1.18 Feb 19, 2017
1.17 1.17 Feb 18, 2017
1.16 1.16 Dec 28, 2016
1.15 1.15 Oct 11, 2016
1.13 1.13 Sep 09, 2016
1.12 1.12 Aug 09, 2015
1.11 1.11 May 20, 2015
10 Records