30 open-source projects similar to p-ranav/csv2, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Csv2 alternative.
A modern C++ CSV parser and serializer that doesn't make you choose between ease of use or performance.
fast-cpp-csv-parser
C++ CSV parser library
Read ODS (OpenDocument Spreadsheet) into R as data frame. Also support writing data frame into ODS file.
Common Lisp JSON handling library (not a parser!), with the aim for convenience and brevity.
A C++11 library for parsing and serializing JSON to and from a DOM container in memory.
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
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.
Cross-platform C++ library providing a simple API to read and write INI-style configuration files