1 रिपॉजिटरी
Serialization utilities specifically for converting enumeration types to and from JSON.
Distinct from JSON Serialization Libraries: Focuses on enum-specific logic rather than general object-to-JSON serialization
Explore 1 awesome GitHub repository matching data & databases · Enum Serialization. Refine with filters or upvote what's useful.
Lancet is a comprehensive extension of the Go standard library, providing a collection of reusable functions and data structures designed to reduce boilerplate code in applications. It serves as a general-purpose toolkit across multiple domains, including concurrency, security, networking, and functional logic. The project distinguishes itself through specialized toolkits for Go concurrency, such as keyed locking and channel-based stream processing, and a dedicated functional programming kit that supports currying and function composition. It also includes a dedicated cryptography library imp
Provides serialization utilities specifically for converting enumeration types to and from JSON format.