30 open-source projects similar to skystrife/cpptoml, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cpptoml alternative.
A C++11 library for parsing and serializing JSON to and from a DOM container in memory.
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
Header-only TOML config file parser and serializer for C++17.
Common Lisp JSON handling library (not a parser!), with the aim for convenience and brevity.
Cross-platform C++ library providing a simple API to read and write INI-style configuration files
` Version 2 of this library is being built as part of a larger fundraising project. `
Interact with the component parts of an Excel file
Fast Native JSON Parser / Serializer for VBA. Compatible with Windows and Mac.
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++ CSV parser library
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
Automatic (encoding, end of line, column width, etc) detection for text files. 100% Common Lisp.
Read ODS (OpenDocument Spreadsheet) into R as data frame. Also support writing data frame into ODS file.
Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
This project primarily aims to be an exact Yaml 1.2 deserializer, according to Yaml 1.2 specification
fast-cpp-csv-parser