awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesConditional Serializers

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.

Awesome Conditional Serializers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • goccy/go-jsongoccy का अवतार

    goccy/go-json

    3,687GitHub पर देखें↗

    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.

    Gogogolanggolang-library
    GitHub पर देखें↗3,687
  1. Home
  2. Data & Databases
  3. JSON Serialization Libraries
  4. Conditional Serializers