awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesJSON Response Assertions

Validating that a JSON response contains expected keys, values, or structure without manual parsing.

Distinct from Structured JSON Generation: Distinct from Structured JSON Generation: focuses on testing and validation of JSON output, not on generating schema-compliant JSON.

Explore 2 awesome GitHub repositories matching data & databases · JSON Response Assertions. Refine with filters or upvote what's useful.

Awesome JSON Response Assertions GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • yuantiku/ytknetworkAvatar de yuantiku

    yuantiku/YTKNetwork

    6,562Voir sur GitHub↗

    YTKNetwork is a high-level networking wrapper library for Objective-C and Swift that simplifies request handling and response management. It serves as a networking layer built around AFNetworking to decouple request logic from underlying communications. The project features an HTTP request orchestrator for grouping network calls into batches or sequences to manage data retrieval dependencies. It includes a JSON response validator to verify server responses against expected structural formats, a network request interceptor for executing custom logic during the call lifecycle, and a local cachi

    Provides mechanisms to validate that JSON responses contain expected keys and structures before processing.

    Objective-C
    Voir sur GitHub↗6,562
  • codeigniter4/codeigniter4Avatar de codeigniter4

    codeigniter4/CodeIgniter4

    5,924Voir sur GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Validates JSON response structure and values during automated testing.

    PHPcodeignitercodeigniter4framework-php
    Voir sur GitHub↗5,924
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. JSON-Schema
  6. Structured JSON Generation
  7. JSON Response Assertions