awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cppalliance/json

Open-source alternatives to Json

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

  • skystrife/cpptomlAvatar von skystrife

    skystrife/cpptoml

    605Auf GitHub ansehen↗

    cpptoml is a header-only library for parsing TOML

    C++
    Auf GitHub ansehen↗605
  • nlohmann/jsonAvatar von nlohmann

    nlohmann/json

    49,944Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗49,944
  • marzer/tomlplusplusAvatar von marzer

    marzer/tomlplusplus

    2,077Auf GitHub ansehen↗

    Header-only TOML config file parser and serializer for C++17.

    C++
    Auf GitHub ansehen↗2,077
  • atlas-engineer/njsonAvatar von atlas-engineer

    atlas-engineer/njson

    24Auf GitHub ansehen↗

    Common Lisp JSON handling library (not a parser!), with the aim for convenience and brevity.

    Common Lisp
    Auf GitHub ansehen↗24
  • brofield/simpleiniAvatar von brofield

    brofield/simpleini

    1,306Auf GitHub ansehen↗

    Cross-platform C++ library providing a simple API to read and write INI-style configuration files

    C++
    Auf GitHub ansehen↗1,306

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • c910335/crinderAvatar von c910335

    c910335/crinder

    28Auf GitHub ansehen↗

    Class based json renderer in Crystal

    Crystal
    Auf GitHub ansehen↗28
  • bohonghuang/yamsonAvatar von bohonghuang

    bohonghuang/yamson

    6Auf GitHub ansehen↗

    Fast YAML and JSON parsers for Common Lisp

    Common Lisp
    Auf GitHub ansehen↗6
  • cheedoong/xml2jsonAvatar von Cheedoong

    Cheedoong/xml2json

    318Auf GitHub ansehen↗

    A header-only C++ library converts XML to JSON

    C++
    Auf GitHub ansehen↗318
  • chris-huxtable/config.crAvatar von chris-huxtable

    chris-huxtable/config.cr

    14Auf GitHub ansehen↗

    Easy to use configuration and parser.

    Crystal
    Auf GitHub ansehen↗14
  • corsis/xparsecAvatar von corsis

    corsis/XParsec

    55Auf GitHub ansehen↗

    ` Version 2 of this library is being built as part of a larger fundraising project. `

    F#
    Auf GitHub ansehen↗55
  • cristianbuse/excel-ziptoolsAvatar von cristianbuse

    cristianbuse/Excel-ZipTools

    10Auf GitHub ansehen↗

    Interact with the component parts of an Excel file

    VBA
    Auf GitHub ansehen↗10
  • cristianbuse/vba-fastjsonAvatar von cristianbuse

    cristianbuse/VBA-FastJSON

    33Auf GitHub ansehen↗

    Fast Native JSON Parser / Serializer for VBA. Compatible with Windows and Mac.

    VBA
    Auf GitHub ansehen↗33
  • crystal-community/toml.crAvatar von crystal-community

    crystal-community/toml.cr

    66Auf GitHub ansehen↗

    TOML parser for Crystal

    Crystal
    Auf GitHub ansehen↗66
  • d99kris/rapidcsvAvatar von d99kris

    d99kris/rapidcsv

    1,063Auf GitHub ansehen↗

    C++ CSV parser library

    C++c-plus-plusc-plus-plus-11csv-parser
    Auf GitHub ansehen↗1,063
  • davegamble/cjsonAvatar von DaveGamble

    DaveGamble/cJSON

    12,466Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,466
  • danielaparker/jsonconsAvatar von danielaparker

    danielaparker/jsoncons

    844Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗844
  • defunkydrummer/auto-textAvatar von defunkydrummer

    defunkydrummer/auto-text

    11Auf GitHub ansehen↗

    Automatic (encoding, end of line, column width, etc) detection for text files. 100% Common Lisp.

    Common Lisp
    Auf GitHub ansehen↗11
  • delef/geoip2.crAvatar von delef

    delef/geoip2.cr

    20Auf GitHub ansehen↗

    MaxMind GeoIP2 Reader for Crystal

    Crystal
    Auf GitHub ansehen↗20
  • delef/maxminddb.crAvatar von delef

    delef/maxminddb.cr

    27Auf GitHub ansehen↗

    MaxMind DB Reader for Crystal

    Crystal
    Auf GitHub ansehen↗27
  • dnaeon/cl-jwkAvatar von dnaeon

    dnaeon/cl-jwk

    17Auf GitHub ansehen↗

    Common Lisp system for decoding public JSON Web Keys (JWK)

    Common Lisp
    Auf GitHub ansehen↗17
  • dwd/rapidxmlAvatar von dwd

    dwd/rapidxml

    166Auf GitHub ansehen↗

    RapidXML fork; XML namespacing, per-element parsing, etc

    C++
    Auf GitHub ansehen↗166
  • eddelbuettel/rcpptomlAvatar von eddelbuettel

    eddelbuettel/rcpptoml

    39Auf GitHub ansehen↗

    Rcpp Bindings to C++ parser for TOML files

    C++
    Auf GitHub ansehen↗39
  • eudoxia0/cl-yamlAvatar von eudoxia0

    eudoxia0/cl-yaml

    62Auf GitHub ansehen↗

    YAML parser for Common Lisp

    Common Lisp
    Auf GitHub ansehen↗62
  • fbdtemme/bencodeAvatar von fbdtemme

    fbdtemme/bencode

    48Auf GitHub ansehen↗

    A C++20 header-only bencode library.

    C++
    Auf GitHub ansehen↗48
  • felixguendling/cistaAvatar von felixguendling

    felixguendling/cista

    2,225Auf GitHub ansehen↗

    Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.

    C++benchmarkcppcpp17
    Auf GitHub ansehen↗2,225
  • fjoppe/legivelF

    fjoppe/Legivel

    0Auf GitHub ansehen↗

    This project primarily aims to be an exact Yaml 1.2 deserializer, according to Yaml 1.2 specification

    Auf GitHub ansehen↗0
  • fosskers/parcomAvatar von fosskers

    fosskers/parcom

    85Auf GitHub ansehen↗

    Simple parser combinators for Common Lisp.

    Common Lisp
    Auf GitHub ansehen↗85
  • fukamachi/joseAvatar von fukamachi

    fukamachi/jose

    39Auf GitHub ansehen↗

    A JOSE implementation

    Common Lisp
    Auf GitHub ansehen↗39
  • googlei18n/libphonenumberAvatar von googlei18n

    googlei18n/libphonenumber

    18,081Auf GitHub ansehen↗

    This project is an international phone number library providing tools for parsing, formatting, and validating phone numbers across multiple programming languages. It functions as a parsing utility, a formatting engine, and a validation tool to ensure phone number strings are transformed into structured objects and standardized display formats. The library includes a telecom metadata resolver to retrieve geographical, carrier, and timezone information associated with specific number ranges. It differentiates itself by identifying phone number types, such as mobile, fixed-line, or VoIP, and cal

    C++
    Auf GitHub ansehen↗18,081
  • chainsawriot/readodsAvatar von chainsawriot

    chainsawriot/readODS

    0Auf GitHub ansehen↗

    Read ODS (OpenDocument Spreadsheet) into R as data frame. Also support writing data frame into ODS file.

    Auf GitHub ansehen↗0