Python Pickle Parser for JavaScript
JSON →The `pickleparser` library provides a pure JavaScript and TypeScript implementation for parsing Python's pickle serialization format. It supports all pickle protocol versions from 0 to 5, allowing developers to deserialize Python objects directly within Node.js environments and web browsers. Currently stable at version 0.2.1, the project appears to have an active release cadence, frequently adding support for new opcodes and refining its API. A key differentiator is its full protocol support and its utility for converting pickle data to JSON, including a bundled `pickletojson` CLI tool, without relying on Python runtimes. It offers `ParserOptions` for customizing the unpickling process, making it flexible for various use cases.
Traffic · last 30 days ↑0% vs prev 7d
top countries 🇺🇸 United States · 🇳🇴 Norway · 🇮🇳 India · 🇨🇦 Canada · 🇰🇷 South Korea