awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to amuzatkts/jsonapi-errors

Open-source alternatives to Jsonapi Errors

30 open-source projects similar to amuzatkts/jsonapi-errors, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Jsonapi Errors alternative.

  • java-json-tools/json-schema-validatorjava-json-tools avatar

    java-json-tools/json-schema-validator

    1,642View on GitHub↗

    This library is a Java-based tool for enforcing data structure constraints and verifying technical formats against defined schema specifications. It functions as a processing utility that parses complex data structures while managing external schema references and circular dependencies. The engine distinguishes itself through an immutable processor design that enables thread-safe, concurrent validation without requiring external synchronization. It employs arbitrary-precision arithmetic to evaluate numeric constraints, preventing common floating-point rounding errors, and utilizes character-l

    Java
    View on GitHub↗1,642
  • jprichardson/node-fs-extrajprichardson avatar

    jprichardson/node-fs-extra

    9,610View on GitHub↗

    node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and directory operations. It functions as a recursive directory manager, a JSON file processor, and a file asset manipulator, extending the standard library to provide high-level utilities for managing assets on disk. The project distinguishes itself through recursive capabilities, such as duplicating or removing nested folder structures and ensuring that all missing parent directories are automatically generated when creating files or symbolic links. It also integrates a JSON se

    JavaScriptcopydeletefilesystem
    View on GitHub↗9,610
  • json-iterator/javajson-iterator avatar

    json-iterator/java

    1,566View on GitHub↗

    This library is a high-performance JSON processing tool for Java designed to handle data serialization and deserialization with minimal resource consumption. It provides a framework for transforming complex object graphs into JSON strings and mapping raw input directly to typed class properties. The library distinguishes itself by utilizing compile-time code generation and reflection-free mapping to eliminate expensive runtime overhead. By employing iterator-based stream parsing and zero-allocation buffer management, it processes large or deeply nested data structures while reducing garbage c

    Javadeserializationjavajson
    View on GitHub↗1,566

AI search

Explore more awesome repositories

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

Find more with AI search
  • hazelcast/hazelcasthazelcast avatar

    hazelcast/hazelcast

    6,570View on GitHub↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Javabig-datacachingdata-in-motion
    View on GitHub↗6,570
  • andrew-m-c/go.jsonvalueAndrew-M-C avatar

    Andrew-M-C/go.jsonvalue

    202View on GitHub↗

    Quick Solution with Unstructured JSON data

    Go
    View on GitHub↗202
  • antchfx/jsonqueryA

    antchfx/jsonquery

    0View on GitHub↗
    View on GitHub↗0
  • akshaybharambe14/go-jsoncA

    akshaybharambe14/go-jsonc

    0View on GitHub↗
    View on GitHub↗0
  • aryaxt/ocmapperA

    aryaxt/OCMapper

    0View on GitHub↗
    View on GitHub↗0
  • amir-s/juteamir-s avatar

    amir-s/jute

    73View on GitHub↗

    Very simple C++ JSON Parser

    C++
    View on GitHub↗73
  • bazaarvoice/joltbazaarvoice avatar

    bazaarvoice/jolt

    1,672View on GitHub↗

    JSON to JSON transformation library written in Java.

    Java
    View on GitHub↗1,672
  • bluelinelabs/logansquarebluelinelabs avatar

    bluelinelabs/LoganSquare

    3,179View on GitHub↗

    Screaming fast JSON parsing and serialization library for Android.

    Java
    View on GitHub↗3,179
  • brettwooldridge/hikarijsonbrettwooldridge avatar

    brettwooldridge/HikariJSON

    469View on GitHub↗

    High-performance JSON parser

    Java
    View on GitHub↗469
  • bryanjos/jokenbryanjos avatar

    bryanjos/joken

    813View on GitHub↗

    Elixir JWT library

    Elixir
    View on GitHub↗813
  • buger/jsonparserbuger avatar

    buger/jsonparser

    5,629View on GitHub↗

    jsonparser is a Go library for parsing, extracting, and modifying JSON data by key path without requiring predefined structs or type schemas. It uses a deterministic state machine to parse JSON directly from byte slices, enabling zero-copy traversal and lazy typed value extraction. The library provides key-path-based navigation to retrieve raw bytes and typed values from nested JSON structures, supporting extraction of strings, integers, floats, and booleans. It also enables in-place value modification and deletion at specified key paths, as well as iteration over arrays and objects using cal

    Gogojsonjson-parser
    View on GitHub↗5,629
  • cblage/elixir-jsoncblage avatar

    cblage/elixir-json

    218View on GitHub↗

    Native JSON library for Elixir

    Elixir
    View on GitHub↗218
  • argonaut-io/argonautargonaut-io avatar

    argonaut-io/argonaut

    544View on GitHub↗

    Purely functional JSON parser and library in scala.

    Scala
    View on GitHub↗544
  • bytedance/sonic-cppbytedance avatar

    bytedance/sonic-cpp

    975View on GitHub↗

    A fast JSON serializing & deserializing library, accelerated by SIMD.

    C++
    View on GitHub↗975
  • cerbero90/lazy-jsoncerbero90 avatar

    cerbero90/lazy-json

    255View on GitHub↗

    🐼 Framework-agnostic package to load JSON of any dimension and from any source into Laravel lazy collections recursively.

    PHP
    View on GitHub↗255
  • cesanta/frozencesanta avatar

    cesanta/frozen

    769View on GitHub↗

    JSON parser and generator for C/C++ with scanf/printf like interface. Targeting embedded systems.

    C
    View on GitHub↗769
  • chadaustin/sajsonchadaustin avatar

    chadaustin/sajson

    572View on GitHub↗

    Lightweight, extremely high-performance JSON parser for C++11

    C++
    View on GitHub↗572
  • chimeracoder/gojsonChimeraCoder avatar

    ChimeraCoder/gojson

    2,687View on GitHub↗

    Automatically generate Go (golang) struct definitions from example JSON

    Gocligogo-generate
    View on GitHub↗2,687
  • chrismanning/jbsonchrismanning avatar

    chrismanning/jbson

    38View on GitHub↗

    JSON & BSON parser/writer

    C++
    View on GitHub↗38
  • circe/circecirce avatar

    circe/circe

    2,539View on GitHub↗

    Yet another JSON library for Scala

    Scalageneric-derivationjsonscala
    View on GitHub↗2,539
  • cocoonspace/dynjsoncocoonspace avatar

    cocoonspace/dynjson

    16View on GitHub↗

    Client-customizable JSON formats for dynamic APIs

    Go
    View on GitHub↗16
  • danielaparker/jsonconsdanielaparker avatar

    danielaparker/jsoncons

    844View on GitHub↗

    A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON, toon-format

    C++
    View on GitHub↗844
  • davegamble/cjsonDaveGamble avatar

    DaveGamble/cJSON

    12,466View on GitHub↗

    cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It provides a comprehensive set of utilities for transforming raw text into navigable objects, manipulating data fields within collections, and serializing complex structures into formatted or unformatted strings. The library is designed for memory-sensitive and resource-constrained environments, utilizing manual memory management and type-tagged union structures to maintain a minimal footprint. It employs recursive descent parsing and in-place string manipulation to process data ef

    C
    View on GitHub↗12,466
  • ddymko/go-jsonerrorddymko avatar

    ddymko/go-jsonerror

    16View on GitHub↗

    Small package which wraps error responses to follow jsonapi.org

    Go
    View on GitHub↗16
  • dedalqq/omg.jsonparserdedalqq avatar

    dedalqq/omg.jsonparser

    6View on GitHub↗

    The simple JSON parser with validation by condition

    Go
    View on GitHub↗6
  • delba/jasondelba avatar

    delba/JASON

    1,008View on GitHub↗

    Fast JSON parsing for Swift

    Swift
    View on GitHub↗1,008
  • bytedance/sonicbytedance avatar

    bytedance/sonic

    9,492View on GitHub↗

    Sonic is a high-performance Go JSON serialization library that provides tools for encoding and decoding native data structures. It functions as a JIT-accelerated encoder, a JSON AST parser, a stream processor, and a lazy decoder. The project utilizes just-in-time machine code generation to optimize the encoding of large data schemas and employs a JIT assembler to maximize serialization and deserialization speeds. It features a precompiled schema warmup process to prevent latency spikes during initial execution and leverages SIMD hardware instructions for accelerated parsing. The library cove

    Gohigh-performancejitjson
    View on GitHub↗9,492