awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to chimeracoder/gojson

Open-source alternatives to Gojson

30 open-source projects similar to chimeracoder/gojson, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Gojson alternative.

  • java-json-tools/json-schema-validatorAvatar de java-json-tools

    java-json-tools/json-schema-validator

    1,642Ver en 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
    Ver en GitHub↗1,642
  • jprichardson/node-fs-extraAvatar de jprichardson

    jprichardson/node-fs-extra

    9,610Ver en 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
    Ver en GitHub↗9,610
  • json-iterator/javaAvatar de json-iterator

    json-iterator/java

    1,566Ver en 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
    Ver en GitHub↗1,566

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • hazelcast/hazelcastAvatar de hazelcast

    hazelcast/hazelcast

    6,570Ver en 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
    Ver en GitHub↗6,570
  • amir-s/juteAvatar de amir-s

    amir-s/jute

    73Ver en GitHub↗

    Very simple C++ JSON Parser

    C++
    Ver en GitHub↗73
  • amuzatkts/jsonapi-errorsAvatar de AmuzaTkts

    AmuzaTkts/jsonapi-errors

    13Ver en GitHub↗

    Go bindings based on the JSON API errors reference

    Go
    Ver en GitHub↗13
  • akheron/janssonAvatar de akheron

    akheron/jansson

    3,341Ver en GitHub↗

    C library for encoding, decoding and manipulating JSON data

    Ccjson
    Ver en GitHub↗3,341
  • antonmedv/fxAvatar de antonmedv

    antonmedv/fx

    20,282Ver en GitHub↗

    Fx is a command-line processing suite designed for the transformation, conversion, exploration, and visualization of structured data. It functions as a terminal-based utility that handles both automated shell pipelines and interactive navigation of complex, nested data hierarchies. The tool distinguishes itself by integrating a JavaScript-based engine that executes user-provided logic to filter, map, or modify data fields within a sandboxed runtime. It maintains a responsive interface by decoupling data processing from the display loop, allowing users to explore large datasets through an inte

    Goclicommand-linejson
    Ver en GitHub↗20,282
  • alibaba/fastjsonAvatar de alibaba

    alibaba/fastjson

    25,625Ver en GitHub↗

    Fastjson is a Java data binding framework and serialization library designed to convert objects to JSON strings and parse JSON data into typed objects. It functions as a JSON parser and stream processor capable of transforming JSON strings into data structures. The project emphasizes high performance JSON processing and memory management, specifically through the use of a pipeline to stream oversized JSON objects and texts to prevent memory exhaustion. It provides capabilities for JSON data serialization and deserialization workflows, including custom JSON data mapping and the ability to def

    Java
    Ver en GitHub↗25,625
  • argonaut-io/argonautAvatar de argonaut-io

    argonaut-io/argonaut

    544Ver en GitHub↗

    Purely functional JSON parser and library in scala.

    Scala
    Ver en GitHub↗544
  • aryaxt/ocmapperA

    aryaxt/OCMapper

    0Ver en GitHub↗
    Ver en GitHub↗0
  • bazaarvoice/joltAvatar de bazaarvoice

    bazaarvoice/jolt

    1,672Ver en GitHub↗

    JSON to JSON transformation library written in Java.

    Java
    Ver en GitHub↗1,672
  • bluelinelabs/logansquareAvatar de bluelinelabs

    bluelinelabs/LoganSquare

    3,179Ver en GitHub↗

    Screaming fast JSON parsing and serialization library for Android.

    Java
    Ver en GitHub↗3,179
  • bouk/gonericsB

    bouk/gonerics

    0Ver en GitHub↗
    Ver en GitHub↗0
  • buger/jsonparserAvatar de buger

    buger/jsonparser

    5,629Ver en 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
    Ver en GitHub↗5,629
  • antchfx/jsonqueryA

    antchfx/jsonquery

    0Ver en GitHub↗
    Ver en GitHub↗0
  • bryanjos/jokenAvatar de bryanjos

    bryanjos/joken

    813Ver en GitHub↗

    Elixir JWT library

    Elixir
    Ver en GitHub↗813
  • bytedance/sonicAvatar de bytedance

    bytedance/sonic

    9,492Ver en 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
    Ver en GitHub↗9,492
  • bytedance/sonic-cppAvatar de bytedance

    bytedance/sonic-cpp

    975Ver en GitHub↗

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

    C++
    Ver en GitHub↗975
  • cblage/elixir-jsonAvatar de cblage

    cblage/elixir-json

    218Ver en GitHub↗

    Native JSON library for Elixir

    Elixir
    Ver en GitHub↗218
  • cerbero90/lazy-jsonAvatar de cerbero90

    cerbero90/lazy-json

    255Ver en GitHub↗

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

    PHP
    Ver en GitHub↗255
  • cesanta/frozenAvatar de cesanta

    cesanta/frozen

    769Ver en GitHub↗

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

    C
    Ver en GitHub↗769
  • chadaustin/sajsonAvatar de chadaustin

    chadaustin/sajson

    572Ver en GitHub↗

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

    C++
    Ver en GitHub↗572
  • cheekybits/gennyAvatar de cheekybits

    cheekybits/genny

    1,719Ver en GitHub↗

    Elegant generics for Go

    Go
    Ver en GitHub↗1,719
  • chrismanning/jbsonAvatar de chrismanning

    chrismanning/jbson

    38Ver en GitHub↗

    JSON & BSON parser/writer

    C++
    Ver en GitHub↗38
  • circe/circeAvatar de circe

    circe/circe

    2,539Ver en GitHub↗

    Yet another JSON library for Scala

    Scalageneric-derivationjsonscala
    Ver en GitHub↗2,539
  • cocoonspace/dynjsonAvatar de cocoonspace

    cocoonspace/dynjson

    16Ver en GitHub↗

    Client-customizable JSON formats for dynamic APIs

    Go
    Ver en GitHub↗16
  • cweill/gotestsAvatar de cweill

    cweill/gotests

    5,315Ver en GitHub↗

    gotests is a static analysis tool and boilerplate generator for Go that automatically creates structured test suites from source code. It functions as a table-driven test framework that handles type resolution for functions and methods, including the mapping of generic type constraints to concrete implementation types. The tool integrates with large language models to synthesize realistic input values and edge cases based on function logic. It uses a template-driven generation system, allowing the structure and format of the resulting test code to be customized through external templates and

    Gocode-generatorcommandlinego
    Ver en GitHub↗5,315
  • danielaparker/jsonconsAvatar de danielaparker

    danielaparker/jsoncons

    844Ver en 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++
    Ver en GitHub↗844
  • brettwooldridge/hikarijsonAvatar de brettwooldridge

    brettwooldridge/HikariJSON

    469Ver en GitHub↗

    High-performance JSON parser

    Java
    Ver en GitHub↗469