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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to tgockel/json-voorhees

Open-source alternatives to Json Voorhees

30 open-source projects similar to tgockel/json-voorhees, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Json Voorhees alternative.

  • davegamble/cjsonAvatar DaveGamble

    DaveGamble/cJSON

    12,466Vezi pe 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
    Vezi pe GitHub↗12,466
  • vstakhov/libuclAvatar vstakhov

    vstakhov/libucl

    1,734Vezi pe GitHub↗

    Universal configuration library parser

    C
    Vezi pe GitHub↗1,734
  • open-source-parsers/jsoncppAvatar open-source-parsers

    open-source-parsers/jsoncpp

    8,850Vezi pe GitHub↗

    JsonCpp is a C++ library for parsing, manipulating, and generating JSON data. It functions as a data interchange tool that provides a JSON parser to convert formatted text into structured data and a JSON serializer to transform internal data structures back into valid JSON strings. The library features the ability to preserve non-standard JSON comments during the deserialization and serialization process, which supports the management of human-readable configuration files. The project implements a tree-based internal representation for programmatic data access and uses a builder-based config

    C++
    Vezi pe GitHub↗8,850
  • taocpp/jsonAvatar taocpp

    taocpp/json

    673Vezi pe GitHub↗

    C++ header-only JSON library

    C++
    Vezi pe GitHub↗673

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • nlohmann/jsonAvatar nlohmann

    nlohmann/json

    49,944Vezi pe GitHub↗

    This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre

    C++bsoncborheader-only
    Vezi pe GitHub↗49,944
  • vincenthz/libjsonAvatar vincenthz

    vincenthz/libjson

    295Vezi pe GitHub↗

    a JSON parser and printer library in C. easy to integrate with any model.

    C
    Vezi pe GitHub↗295
  • flavio/qjsonAvatar flavio

    flavio/qjson

    293Vezi pe GitHub↗

    QJson is a qt-based library that maps JSON data to QVariant objects.

    C++
    Vezi pe GitHub↗293
  • kazuho/picojsonAvatar kazuho

    kazuho/picojson

    1,153Vezi pe GitHub↗

    a header-file-only, JSON parser serializer in C++

    C++
    Vezi pe GitHub↗1,153
  • jeaye/jeayesonAvatar jeaye

    jeaye/jeayeson

    135Vezi pe GitHub↗

    A very sane (header only) C++14 JSON library

    C++c-plus-plusjsonmodern-cpp
    Vezi pe GitHub↗135
  • zserge/jsmnAvatar zserge

    zserge/jsmn

    4,065Vezi pe GitHub↗

    jsmn is a lightweight JSON parser library written in C. It provides zero-copy tokenization and incremental parsing designed for use in embedded systems and memory-constrained environments. The library identifies structural JSON elements by providing offsets into the original string rather than allocating new memory for data. It uses a single-pass scanning method and requires static-buffer allocation, meaning the caller provides the memory for tokens to avoid dynamic allocation during the parsing process. The parser supports incremental streaming, allowing it to process JSON data in chunks fr

    Cjson-datajson-stringparsing
    Vezi pe GitHub↗4,065
  • lemire/simdjsonAvatar lemire

    lemire/simdjson

    23,860Vezi pe GitHub↗

    simdjson is a high-performance JSON parser that utilizes SIMD instructions to process gigabytes of data per second. It functions as a SIMD JSON parser, a multithreaded NDJSON processing library, a UTF-8 validation engine, and a tool for JSON minification and string building. The project focuses on high-throughput data processing, enabling the ingestion of massive JSON volumes and the verification of UTF-8 encoding standards. It includes dedicated capabilities for constructing JSON strings with optimized memory usage and removing unnecessary whitespace from documents to reduce file size. The

    C++
    Vezi pe GitHub↗23,860
  • miloyip/rapidjsonAvatar miloyip

    miloyip/rapidjson

    15,095Vezi pe GitHub↗

    RapidJSON is a high-performance C++ library used for parsing and generating JSON data. It provides both document object model and stream-based interfaces to transform JSON strings into structured data and vice versa. The library includes a JSON schema validator to verify that documents conform to predefined rules and a Unicode transcoder for converting strings between UTF-8, UTF-16, and UTF-32 encodings. It also supports relaxed parsing for non-standard JSON containing comments or trailing commas. Additional capabilities cover JSON pointer navigation for locating specific values and string s

    C++
    Vezi pe GitHub↗15,095
  • sheredom/json.hAvatar sheredom

    sheredom/json.h

    826Vezi pe GitHub↗

    🗄️ single header json parser for C and C++

    C
    Vezi pe GitHub↗826
  • udp/json-parserAvatar udp

    udp/json-parser

    1,333Vezi pe GitHub↗

    Very low footprint DOM-style JSON parser written in portable ANSI C

    C
    Vezi pe GitHub↗1,333
  • akheron/janssonAvatar akheron

    akheron/jansson

    3,341Vezi pe GitHub↗

    C library for encoding, decoding and manipulating JSON data

    Ccjson
    Vezi pe GitHub↗3,341
  • dropbox/json11Avatar dropbox

    dropbox/json11

    2,589Vezi pe GitHub↗

    A tiny JSON library for C++11.

    C++
    Vezi pe GitHub↗2,589
  • gaudecker/qt-jsonAvatar gaudecker

    gaudecker/qt-json

    331Vezi pe GitHub↗

    A simple class for parsing JSON data into a QVariant hierarchy and vice versa.

    C++
    Vezi pe GitHub↗331
  • hjiang/jsonxxAvatar hjiang

    hjiang/jsonxx

    546Vezi pe GitHub↗

    A JSON parser in C++

    C++
    Vezi pe GitHub↗546
  • amir-s/juteAvatar amir-s

    amir-s/jute

    73Vezi pe GitHub↗

    Very simple C++ JSON Parser

    C++
    Vezi pe GitHub↗73
  • cesanta/frozenAvatar cesanta

    cesanta/frozen

    769Vezi pe GitHub↗

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

    C
    Vezi pe GitHub↗769
  • chadaustin/sajsonAvatar chadaustin

    chadaustin/sajson

    572Vezi pe GitHub↗

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

    C++
    Vezi pe GitHub↗572
  • json-c/json-cAvatar json-c

    json-c/json-c

    3,278Vezi pe GitHub↗

    https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/

    C
    Vezi pe GitHub↗3,278
  • chrismanning/jbsonAvatar chrismanning

    chrismanning/jbson

    38Vezi pe GitHub↗

    JSON & BSON parser/writer

    C++
    Vezi pe GitHub↗38
  • kgabis/parsonAvatar kgabis

    kgabis/parson

    1,459Vezi pe GitHub↗

    Lightweight JSON library written in C.

    C
    Vezi pe GitHub↗1,459
  • lloyd/yajlAvatar lloyd

    lloyd/yajl

    2,223Vezi pe GitHub↗

    A fast streaming JSON parsing library in C.

    C
    Vezi pe GitHub↗2,223
  • danielaparker/jsonconsAvatar danielaparker

    danielaparker/jsoncons

    844Vezi pe 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++
    Vezi pe GitHub↗844
  • java-json-tools/json-schema-validatorAvatar java-json-tools

    java-json-tools/json-schema-validator

    1,642Vezi pe 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
    Vezi pe GitHub↗1,642
  • jprichardson/node-fs-extraAvatar jprichardson

    jprichardson/node-fs-extra

    9,610Vezi pe 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
    Vezi pe GitHub↗9,610
  • json-iterator/javaAvatar json-iterator

    json-iterator/java

    1,566Vezi pe 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
    Vezi pe GitHub↗1,566
  • hazelcast/hazelcastAvatar hazelcast

    hazelcast/hazelcast

    6,570Vezi pe 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
    Vezi pe GitHub↗6,570