awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
kinbiko avatar

kinbiko/jsonassert

0
View on GitHub↗
141 stars·16 forks·Go·MIT·5 views

Jsonassert

A Go test assertion library for verifying that two representations of JSON are semantically equal

Features

  • Testing and QA - Validation for JSON payload serialization.
  • Testing and Quality Assurance - JSON payload validation.
  • Testing Frameworks - Validates JSON payloads in tests.

Star history

Star history chart for kinbiko/jsonassertStar history chart for kinbiko/jsonassert

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Jsonassert

Similar open-source projects, ranked by how many features they share with Jsonassert.
  • appleboy/gofightA

    appleboy/gofight

    0View on GitHub↗
    View on GitHub↗0
  • bradleyjkemp/cupaloyB

    bradleyjkemp/cupaloy

    0View on GitHub↗
    View on GitHub↗0
  • adamluzsi/testcaseA

    adamluzsi/testcase

    0View on GitHub↗
    View on GitHub↗0
  • data-dog/go-sqlmockDATA-DOG avatar

    DATA-DOG/go-sqlmock

    6,525View on GitHub↗

    go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through the standard database/sql/driver interface, eliminating the need for a real database connection. It provides a comprehensive mocking framework that allows developers to define expectations for SQL operations, including queries, executions, prepared statements, and transaction lifecycles, with precise control over the results and errors returned. The library distinguishes itself through its flexible matching and verification capabilities. It supports regex-based or exact SQL

    Godatabasegogolang
    View on GitHub↗6,525
See all 30 alternatives to Jsonassert→

Frequently asked questions

What does kinbiko/jsonassert do?

A Go test assertion library for verifying that two representations of JSON are semantically equal

What are the main features of kinbiko/jsonassert?

The main features of kinbiko/jsonassert are: Testing and QA, Testing and Quality Assurance, Testing Frameworks.

What are some open-source alternatives to kinbiko/jsonassert?

Open-source alternatives to kinbiko/jsonassert include: bradleyjkemp/cupaloy. data-dog/godog. appleboy/gofight. adamluzsi/testcase. data-dog/go-sqlmock — go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through… dnaeon/go-vcr — Record and replay your HTTP interactions for fast, deterministic and accurate tests.