30 open-source projects similar to delef/geoip2.cr, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Geoip2.cr alternative.
A common lisp library providing easy csv reading and writing
Common Lisp JSON handling library (not a parser!), with the aim for convenience and brevity.
fast-cpp-csv-parser
Cross-platform C++ library providing a simple API to read and write INI-style configuration files
Read ODS (OpenDocument Spreadsheet) into R as data frame. Also support writing data frame into ODS file.
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.
C++ CSV parser library
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.
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
A common lisp library to ease interaction with CXML-dom