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.
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.
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
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
Automatic (encoding, end of line, column width, etc) detection for text files. 100% Common Lisp.
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
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
Read ODS (OpenDocument Spreadsheet) into R as data frame. Also support writing data frame into ODS file.