1 repository
JSON serialization tools that apply logic to filter fields based on specific conditions during encoding.
Distinct from JSON Serialization Libraries: Distinct from general JSON serialization: focuses specifically on the conditional exclusion of data fields.
Explore 1 awesome GitHub repository matching data & databases · Conditional Serializers. Refine with filters or upvote what's useful.
go-json is a high-performance JSON serialization library for Go that serves as an encoder and decoder replacement for the standard library. It provides tools to convert native data structures to and from JSON format with optimized processing speeds. The library includes a conditional serializer for filtering specific data structure fields during the encoding process and a colorizer to produce color-coded JSON strings for human readability. The project supports context-aware marshaling to trigger specific logic during the serialization of complex data types.
Provides a conditional serializer for filtering specific data structure fields during the JSON encoding process.