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

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

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

5 रिपॉजिटरी

Awesome GitHub RepositoriesJSON Error Serialization

Serializing detailed exception hierarchies and stack traces into structured JSON responses.

Distinct from Exception Traceback Capture: Distinct from Exception Traceback Capture: focuses on the serialization of the trace into a JSON response rather than just capturing the log.

Explore 5 awesome GitHub repositories matching software engineering & architecture · JSON Error Serialization. Refine with filters or upvote what's useful.

Awesome JSON Error Serialization GitHub Repositories

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

    RicoSuter/NSwag

    7,342GitHub पर देखें↗

    NSwag is an OpenAPI toolchain for .NET that provides a suite of generators for converting OpenAPI specifications and JSON schemas into clients, server stubs, and structured documentation. It enables the creation of type-safe client libraries and data transfer objects, as well as the generation of OpenAPI specifications by analyzing .NET controllers. The project supports contract-first API development by generating server controller stubs from specifications and offers dedicated TypeScript API integration to ensure type safety in frontend applications. It also provides tools for hosting intera

    Captures full exception hierarchies and stack traces to be serialized into JSON responses for API error reporting.

    C#angularaspnetaspnetcore
    GitHub पर देखें↗7,342
  • graphql-dotnet/graphql-dotnetgraphql-dotnet का अवतार

    graphql-dotnet/graphql-dotnet

    5,987GitHub पर देखें↗

    GraphQL.NET is a server-side framework for building and executing GraphQL APIs within C# applications. It provides a comprehensive toolkit for schema building, a federated engine for distributed data graphs, and a subscription handler for managing real-time data streams. The project distinguishes itself with a flexible schema builder that supports both programmatic code-first definitions and declarative schema-first approaches using the standard schema definition language. It includes a dedicated federation engine to split data graphs into subgraphs and compose them into a unified gateway, as

    Serializes GraphQL execution error instances into JSON using a configurable error info provider.

    C#apidotnet-coregraphiql
    GitHub पर देखें↗5,987
  • connectrpc/connect-goconnectrpc का अवतार

    connectrpc/connect-go

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

    Connect-go is a library for building type-safe remote procedure call services that are wire-compatible with gRPC and HTTP. It provides a Go implementation of Protocol Buffers for structured data exchange, enabling the creation of multi-protocol RPC servers and generated type-safe clients. The framework is distinguished by its polyglot protocol support, allowing a single server handler to serve requests using several different protocols simultaneously over HTTP. This includes the ability to toggle between different transport protocols for the same service and the use of pluggable content negot

    Serializes error metadata and debug information into structured JSON representations.

    Go
    GitHub पर देखें↗3,963
  • uber-go/nilawayuber-go का अवतार

    uber-go/nilaway

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

    Nilaway is a static analysis tool and linter plugin for Go designed to identify potential nil pointer dereferences in source code to prevent runtime panics. It functions as an inter-procedural pointer analyzer that tracks data flow across functions and packages to detect memory safety issues. The tool differentiates itself by tracking pointer states through anonymous functions, closures, and struct initializations. It employs a pointer analysis framework that monitors how values flow through a program to determine if a variable is safe to dereference at a specific point. The analyzer can be

    Serializes static analysis errors and stack traces into a structured JSON format for CI pipelines.

    Gogonil-pointernilability
    GitHub पर देखें↗3,765
  • ehmicky/modern-errorsehmicky का अवतार

    ehmicky/modern-errors

    1,482GitHub पर देखें↗

    This library provides a comprehensive framework for managing errors in JavaScript and TypeScript applications. It enables the creation of structured, type-safe error hierarchies, allowing developers to define custom error classes that ensure consistent behavior and categorization across a codebase. The project distinguishes itself through a modular plugin architecture that allows for the extension of core error functionality, such as custom logging, serialization, and validation. It includes an exception normalization pipeline that converts non-standard or malformed errors into predictable in

    Provides utilities to serialize complex error objects into structured formats for consistent cross-boundary communication.

    JavaScriptbrowsercausecode-quality
    GitHub पर देखें↗1,482
  1. Home
  2. Software Engineering & Architecture
  3. Exception Traceback Capture
  4. JSON Error Serialization

सब-टैग एक्सप्लोर करें

  • Execution Error SerializersSerializes execution error instances to JSON using a configurable error info provider for WebSocket protocols. **Distinct from JSON Error Serialization:** Distinct from JSON Error Serialization: specifically serializes GraphQL execution errors, not general exception hierarchies.