awesome-repositories.com
Blog
MCP
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 marzer/tomlplusplus

Open-source alternatives to Tomlplusplus

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

  • 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
  • cppalliance/jsonAvatar von CPPAlliance

    CPPAlliance/json

    479Auf GitHub ansehen↗

    A C++11 library for parsing and serializing JSON to and from a DOM container in memory.

    C++
    Auf GitHub ansehen↗479
  • kazuho/picojsonAvatar von kazuho

    kazuho/picojson

    1,153Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗1,153
  • toruniina/toml11Avatar von ToruNiina

    ToruNiina/toml11

    1,276Auf GitHub ansehen↗

    TOML for Modern C++

    C++c-plus-plusc-plus-plus-11c-plus-plus-14
    Auf GitHub ansehen↗1,276
  • skystrife/cpptomlAvatar von skystrife

    skystrife/cpptoml

    605Auf GitHub ansehen↗

    cpptoml is a header-only library for parsing TOML

    C++
    Auf GitHub ansehen↗605

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
  • 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
  • jtilly/inihAvatar von jtilly

    jtilly/inih

    450Auf GitHub ansehen↗

    This is a header only C++ version of inih.

    C++
    Auf GitHub ansehen↗450
  • 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
  • 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
  • vincentlaucsb/csv-parserAvatar von vincentlaucsb

    vincentlaucsb/csv-parser

    1,104Auf GitHub ansehen↗

    A modern C++ CSV parser and serializer that doesn't make you choose between ease of use or performance.

    C++
    Auf GitHub ansehen↗1,104
  • ben-strasser/fast-cpp-csv-parserAvatar von ben-strasser

    ben-strasser/fast-cpp-csv-parser

    2,358Auf GitHub ansehen↗

    fast-cpp-csv-parser

    C++
    Auf GitHub ansehen↗2,358
  • benhoyt/inihAvatar von benhoyt

    benhoyt/inih

    3,007Auf GitHub ansehen↗

    Simple .INI file parser in C, good for embedded systems

    C++cconfigparserembedded-systems
    Auf GitHub ansehen↗3,007
  • saulpw/visidataAvatar von saulpw

    saulpw/visidata

    8,834Auf GitHub ansehen↗

    VisiData is a terminal-based interactive data analysis tool and browser designed for exploring, filtering, and sorting large tabular datasets. It functions as a structured data inspector that loads and flattens complex formats like JSON, XML, and PCAP into interactive sheets, as well as a terminal file manager for navigating directories and performing staged filesystem operations. The project distinguishes itself by rendering data visualizations, such as scatter plots and histograms, directly in the terminal using Unicode Braille characters. It provides a Python-based data wrangling environme

    Pythonclicsvdatajournalism
    Auf GitHub ansehen↗8,834
  • kellyjonbrazil/jcAvatar von kellyjonbrazil

    kellyjonbrazil/jc

    8,538Auf GitHub ansehen↗

    jc is a tool that transforms plain-text results from command-line utilities, system tools, log formats, and text tables into structured JSON data. It functions as a structured data transformer capable of converting various file formats, including CSV, INI, XML, and YAML, into JSON representations for programmatic use. The project includes a collection of specific parsers for Unix commands and system tools such as df, blkid, and various package managers. It also features specialized converters for web server logs, Common Log Format, and Common Event Format strings. The tool covers broad capab

    Pythonbashbash-scriptingcli
    Auf GitHub ansehen↗8,538
  • oils-for-unix/oilsAvatar von oils-for-unix

    oils-for-unix/oils

    3,288Auf GitHub ansehen↗

    Oils is a Unix shell interpreter and scripting language runtime that combines a modern shell language with POSIX and Bash compatibility. It functions as a structured data shell, integrating JSON and J8 formats to manage complex data without relying on string parsing. The system is distinguished by a C++ transpiled interpreter that converts a subset of Python source code into strongly typed C++ for high-performance execution. It features a garbage-collected typed runtime that supports prototype-based polymorphism, lexical closures, and reference-based variable mutation. To decouple shell logic

    Python
    Auf GitHub ansehen↗3,288
  • arroyosystems/arroyoAvatar von ArroyoSystems

    ArroyoSystems/arroyo

    4,819Auf GitHub ansehen↗

    Arroyo is a high-performance stream processing platform built in Rust. It executes continuous SQL queries on streaming data with event-time semantics, enabling accurate windowed aggregations, joins, and stateful computations on unbounded event streams. The platform uses native Rust execution for high throughput and low latency, with periodic checkpointing for exactly-once fault tolerance and horizontal scaling across distributed workers. The system integrates deeply with Kafka for reading and writing topics with exactly-once delivery and supports change data capture (CDC) from MySQL and Postg

    Rustdatadata-stream-processingdev-tools
    Auf GitHub ansehen↗4,819
  • velocidex/velociraptorAvatar von Velocidex

    Velocidex/velociraptor

    3,769Auf GitHub ansehen↗

    Velociraptor is a digital forensics and incident response platform, endpoint detection and response system, and visibility tool. It provides a query engine and remote forensic collector used to hunt for indicators of compromise and perform triage across a fleet of hosts. The system is distinguished by its specialized query language for interrogating host state and parsing binary files. It features a notebook environment that combines markdown documentation with executable query cells to standardize investigative workflows and enable collaborative reporting. The platform covers a wide range o

    Godigital-forensicsendpoint-discoveryendpoint-protection
    Auf GitHub ansehen↗3,769
  • zesterer/chumskyAvatar von zesterer

    zesterer/chumsky

    4,545Auf GitHub ansehen↗

    Chumsky is a parser combinator library used to build high-performance parsers by composing small parsing functions into complex grammars. It provides multiple parsing engines, including recursive descent and precedence-climbing implementations for resolving the order of operations in mathematical and logical expressions. The library is distinguished by its zero-copy text parsing, which minimizes memory allocations to increase throughput, and its ability to run without a standard library for use in embedded or resource-constrained environments. It also features an error-recovering parser that

    Rustcontext-free-grammarerrorslexing
    Auf GitHub ansehen↗4,545
  • 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
  • dwd/rapidxmlAvatar von dwd

    dwd/rapidxml

    166Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗166
  • 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
  • delef/maxminddb.crAvatar von delef

    delef/maxminddb.cr

    27Auf GitHub ansehen↗

    MaxMind DB Reader for Crystal

    Crystal
    Auf GitHub ansehen↗27
  • delef/geoip2.crAvatar von delef

    delef/geoip2.cr

    20Auf GitHub ansehen↗

    MaxMind GeoIP2 Reader for Crystal

    Crystal
    Auf GitHub ansehen↗20
  • 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
  • cheedoong/xml2jsonAvatar von Cheedoong

    Cheedoong/xml2json

    318Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗318
  • 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
  • accelerationnet/buildnodeAvatar von AccelerationNet

    AccelerationNet/buildnode

    19Auf GitHub ansehen↗

    A common lisp library to ease interaction with CXML-dom

    Common Lisp
    Auf GitHub ansehen↗19
  • 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
  • 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