How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
C++ CSV parser library
The main features of d99kris/rapidcsv are: CSV Parsers, Data Formats, Data Formats and Parsing.
Projects with overlapping indexed features include: vincentlaucsb/csv-parser — A modern C++ CSV parser and serializer that doesn't make you choose between ease of use or performance. ben-strasser/fast-cpp-csv-parser — fast-cpp-csv-parser. nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… marzer/tomlplusplus — Header-only TOML config file parser and serializer for C++17. kazuho/picojson — a header-file-only, JSON parser serializer in C++.
A modern C++ CSV parser and serializer that doesn't make you choose between ease of use or performance.
fast-cpp-csv-parser
a header-file-only, JSON parser serializer in C++
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