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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 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 का अवतार

    java-json-tools/json-schema-validator

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

    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
    GitHub पर देखें↗1,642
  • jprichardson/node-fs-extrajprichardson का अवतार

    jprichardson/node-fs-extra

    9,610GitHub पर देखें↗

    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
    GitHub पर देखें↗9,610
  • json-iterator/javajson-iterator का अवतार

    json-iterator/java

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

    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
    GitHub पर देखें↗1,566

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • hazelcast/hazelcasthazelcast का अवतार

    hazelcast/hazelcast

    6,570GitHub पर देखें↗

    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
    GitHub पर देखें↗6,570
  • andrew-m-c/go.jsonvalueAndrew-M-C का अवतार

    Andrew-M-C/go.jsonvalue

    202GitHub पर देखें↗

    Quick Solution with Unstructured JSON data

    Go
    GitHub पर देखें↗202
  • antchfx/jsonqueryA

    antchfx/jsonquery

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • akshaybharambe14/go-jsoncA

    akshaybharambe14/go-jsonc

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • aryaxt/ocmapperA

    aryaxt/OCMapper

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • amir-s/juteamir-s का अवतार

    amir-s/jute

    73GitHub पर देखें↗

    Very simple C++ JSON Parser

    C++
    GitHub पर देखें↗73
  • bazaarvoice/joltbazaarvoice का अवतार

    bazaarvoice/jolt

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

    JSON to JSON transformation library written in Java.

    Java
    GitHub पर देखें↗1,672
  • bluelinelabs/logansquarebluelinelabs का अवतार

    bluelinelabs/LoganSquare

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

    Screaming fast JSON parsing and serialization library for Android.

    Java
    GitHub पर देखें↗3,179
  • brettwooldridge/hikarijsonbrettwooldridge का अवतार

    brettwooldridge/HikariJSON

    469GitHub पर देखें↗

    High-performance JSON parser

    Java
    GitHub पर देखें↗469
  • bryanjos/jokenbryanjos का अवतार

    bryanjos/joken

    813GitHub पर देखें↗

    Elixir JWT library

    Elixir
    GitHub पर देखें↗813
  • buger/jsonparserbuger का अवतार

    buger/jsonparser

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

    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
    GitHub पर देखें↗5,629
  • cblage/elixir-jsoncblage का अवतार

    cblage/elixir-json

    218GitHub पर देखें↗

    Native JSON library for Elixir

    Elixir
    GitHub पर देखें↗218
  • argonaut-io/argonautargonaut-io का अवतार

    argonaut-io/argonaut

    544GitHub पर देखें↗

    Purely functional JSON parser and library in scala.

    Scala
    GitHub पर देखें↗544
  • bytedance/sonic-cppbytedance का अवतार

    bytedance/sonic-cpp

    975GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗975
  • cerbero90/lazy-jsoncerbero90 का अवतार

    cerbero90/lazy-json

    255GitHub पर देखें↗

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

    PHP
    GitHub पर देखें↗255
  • cesanta/frozencesanta का अवतार

    cesanta/frozen

    769GitHub पर देखें↗

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

    C
    GitHub पर देखें↗769
  • chadaustin/sajsonchadaustin का अवतार

    chadaustin/sajson

    572GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗572
  • chimeracoder/gojsonChimeraCoder का अवतार

    ChimeraCoder/gojson

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

    Automatically generate Go (golang) struct definitions from example JSON

    Gocligogo-generate
    GitHub पर देखें↗2,687
  • chrismanning/jbsonchrismanning का अवतार

    chrismanning/jbson

    38GitHub पर देखें↗

    JSON & BSON parser/writer

    C++
    GitHub पर देखें↗38
  • circe/circecirce का अवतार

    circe/circe

    2,539GitHub पर देखें↗

    Yet another JSON library for Scala

    Scalageneric-derivationjsonscala
    GitHub पर देखें↗2,539
  • cocoonspace/dynjsoncocoonspace का अवतार

    cocoonspace/dynjson

    16GitHub पर देखें↗

    Client-customizable JSON formats for dynamic APIs

    Go
    GitHub पर देखें↗16
  • danielaparker/jsonconsdanielaparker का अवतार

    danielaparker/jsoncons

    844GitHub पर देखें↗

    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++
    GitHub पर देखें↗844
  • davegamble/cjsonDaveGamble का अवतार

    DaveGamble/cJSON

    12,466GitHub पर देखें↗

    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
    GitHub पर देखें↗12,466
  • ddymko/go-jsonerrorddymko का अवतार

    ddymko/go-jsonerror

    16GitHub पर देखें↗

    Small package which wraps error responses to follow jsonapi.org

    Go
    GitHub पर देखें↗16
  • dedalqq/omg.jsonparserdedalqq का अवतार

    dedalqq/omg.jsonparser

    6GitHub पर देखें↗

    The simple JSON parser with validation by condition

    Go
    GitHub पर देखें↗6
  • delba/jasondelba का अवतार

    delba/JASON

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

    Fast JSON parsing for Swift

    Swift
    GitHub पर देखें↗1,008
  • bytedance/sonicbytedance का अवतार

    bytedance/sonic

    9,492GitHub पर देखें↗

    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
    GitHub पर देखें↗9,492