How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
fast-cpp-csv-parser
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 modern C++ CSV parser and serializer that doesn't make you choose between ease of use or performance.
The main features of vincentlaucsb/csv-parser are: CSV Parsers, Data Formats, Data Formats and Parsing, CSV.
Open-source alternatives to vincentlaucsb/csv-parser include: ben-strasser/fast-cpp-csv-parser — fast-cpp-csv-parser. d99kris/rapidcsv — C++ CSV parser library. p-ranav/csv2 — Fast CSV parser and writer for Modern C++. marzer/tomlplusplus — Header-only TOML config file parser and serializer for C++17. kazuho/picojson — a header-file-only, JSON parser serializer in C++. davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It…