Ross ROSS = Recommend OSS · open-source software intelligence for agents

function: serialization

1965 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
mozilla/source-map
A JavaScript library for generating and consuming source maps, the standard format mapping generated code back to original sources. It prov…
763724stable
goccy/go-json
goccy/go- is a fast JSON encoder/decoder library for Go that is a drop-in replacement for the standard encoding/ package. It maintains full…
773705active
fastify/fast-json-stringify
A Node.js library that generates fast JSON serialization functions from JSON Schema Draft 7 definitions, significantly faster than native J…
923703stable
gvergnaud/hotscript
HotScript is a TypeScript library of composable type-level functions for transforming types, offering higher-order functions like Map, Filt…
313677active
mikel/mail
Mail is a pure Ruby library for generating, parsing, and sending/receiving email messages in a simple, Ruby-esque way. It proxies network a…
813671stable
obsidianmd/jsoncanvas
JSON Canvas is an open, MIT-licensed file format specification for infinite canvas data, using the .canvas extension. Originally created fo…
683667stable
aws/aws-sdk-ruby
The official AWS SDK for Ruby (Version 3), providing idiomatic Ruby client libraries for AWS services such as S3, EC2, and DynamoDB. It is …
673655stable
jetify-com/typeid
TypeID is a specification and set of libraries for type-safe, K-sortable, globally unique identifiers that extend UUIDv7 with a snake_case …
613633active
nesquena/rabl
RABL (Ruby API Builder Language) is a Ruby templating system for Rails and Padrino that generates JSON, XML, MessagePack, PList, and BSON A…
663632stable
jsonrainbow/json-schema
A PHP library for validating JSON data structures against JSON Schema, supporting Draft-3, Draft-4, Draft-6, Draft-7, and Draft 2019-09. It…
983629active
RevenantX/LiteNetLib
LiteNetLib is a lightweight reliable UDP networking library for .NET, Mono, and Unity. It provides reliable/unordered delivery, packet frag…
893609active
standard-schema/standard-schema
Standard Schema is a specification defining a shared interface for TypeScript schema validation libraries, so tools can accept any complian…
753598active
apache/arrow-rs
The official Rust implementation of Apache Arrow, providing the in-memory columnar format, and of Apache Parquet for columnar file reading …
983592active
nutsdb/nutsdb
NutsDB is a simple, fast, embeddable and persistent key/value store written in pure Go. It supports fully serializable transactions and dat…
743576active
immutables/immutables
A Java annotation processor that generates immutable value classes, builders, and copy-with methods from interfaces, abstract classes, and …
923570active
Tencent/rapidjson
RapidJSON is a fast, header-only C++ library for parsing and generating JSON, offering both SAX and DOM style APIs. It is self-contained wi…
2515121maintenance
wevm/viem
Viem is a TypeScript library providing low-level, stateless primitives for interacting with Ethereum, serving as a modern alternative to et…
953544active
ashvardanian/StringZilla
StringZilla is a high-performance string processing library for C, C++, Python, Rust, Swift, JS, and Go that uses SIMD, SWAR, and GPU instr…
943542active
go-ini/ini
A Go library for reading and writing INI configuration files. It supports multiple data sources, parent-child sections, comments, type conv…
853542stable
johncarl81/parceler
Parceler is a Java annotation processor that generates Android Parcelable boilerplate code for POJOs annotated with @Parcel. It eliminates …
733528stable
mini-software/MiniExcel
MiniExcel is a lightweight .NET library (with a Rust variant) for reading and writing Excel XLSX and CSV files using row-by-row streaming t…
993523active
scanny/python-pptx
python-pptx is a Python library for creating, reading, and updating PowerPoint (.pptx) files using the Open XML format. It generates presen…
323501stable
aeron-io/simple-binary-encoding
Simple Binary Encoding (SBE) is a high-performance binary message codec implementing the FIX SBE standard for low-latency applications, wit…
993495stable
rttrorg/rttr
RTTR (Run Time Type Reflection) is an open-source C++ library that adds runtime reflection, letting programs introspect and modify objects'…
233484stable
thephpleague/csv
League CSV is a lightweight, framework-agnostic PHP library for reading, writing, filtering, and converting CSV documents. It offers a stra…
863480active
boltdb/bolt
Bolt is a pure Go embedded key/value database inspired by LMDB, offering a small API for getting and setting values with full transactional…
1014643maintenance
VerifyTests/Verify
Verify is a .NET snapshot (approval) testing library that serializes test results and compares them against stored snapshot files. It integ…
993467active
arfct/itty-bitty
Itty.bitty is a tool that takes HTML or other data, compresses it into a URL fragment, and generates a shareable link containing that data.…
753462active
milessabin/shapeless
shapeless is a type class and dependent type based generic programming library for Scala. It enables deriving type class instances automati…
673402stable
auth0/jwt-decode
A small TypeScript library that decodes JWT tokens (Base64Url-encoded JSON) in browser and Node environments. It does not validate signatur…
673395stable
scurker/currency.js
currency.js is a lightweight (~1kb) JavaScript library for handling currency values, working around JavaScript's floating point precision i…
673382stable
dockview/dockview
Dockview is a zero-dependency docking layout manager for the web that provides tabs, groups, grids, splitviews, drag-and-drop, floating pan…
943380active
pdeljanov/Symphonia
Symphonia is a pure Rust library for audio decoding, media container demuxing, and metadata/tag reading, supporting formats like FLAC, MP3,…
893368active
Vectorized/solady
Solady is a collection of gas-optimized Solidity smart contract snippets and libraries for Ethereum development. It provides implementation…
803368active
vrm-c/UniVRM
UniVRM is the standard Unity implementation of the VRM 3D humanoid avatar file format, which extends glTF 2.0. It supports importing and ex…
933364active
akheron/jansson
Jansson is a C library for encoding, decoding, and manipulating JSON data. It offers a simple API, full UTF-8 Unicode support, and no depen…
823359stable
RNCryptor/RNCryptor
RNCryptor is a Swift (and Objective-C) library wrapping CommonCrypto AES encryption, implementing a cross-language encrypted data format (v…
283358stable
slatedb/slatedb
SlateDB is an embedded key-value storage engine implemented in Rust as a log-structured merge-tree (LSM) that persists all data to object s…
903356active
bwmarrin/snowflake
A Go package for generating and parsing Twitter snowflake IDs, 63-bit integers encoding timestamp, node ID, and sequence number. It support…
233349stable
msgpack/msgpack-c
MessagePack is an efficient binary serialization format, like JSON but smaller and faster, and this repository is its official implementati…
993343stable
marcuswestin/store.js
Store.js is a JavaScript library providing a simple cross-browser key/value local storage API (get/set/remove/each) with plugin-based stora…
3213984maintenance
jsoniter
jsoniter is a high-performance JSON serialization and parsing library for Go (with a Java variant) that serves as a 100% compatible drop-in…
1013876maintenance
orhanobut/logger
A simple, pretty, and powerful logging library for Android that formats log output with borders, thread info, method traces, and pretty-pri…
2313840maintenance
apache/avro
Apache Avro is a data serialization system providing rich data structures, a compact binary format, container files, and RPC support, with …
883301stable
json-c/json-c
json-c is a C library implementing a reference-counted object model for constructing, serializing, and parsing JSON, aiming to conform to R…
843287stable
getkin/kin-openapi
A Go library implementing the OpenAPI 2.0, 3.0, 3.1, and (partially) 3.2 specifications. It provides parsing, conversion, and validation of…
993284active
aeron-io/agrona
Agrona is a Java library of high-performance data structures and utility methods, including primitive-specialized collections, lock-free qu…
943241active
mongodb/mongo-csharp-driver
The official MongoDB driver for C# and .NET, providing a client API for connecting to, querying, and writing to MongoDB databases. It suppo…
943241stable
ohler55/oj
Oj (Optimized JSON) is a fast JSON parser and object marshaller implemented as a C extension for Ruby. It serves as a drop-in replacement f…
933225stable
rust-cli/config-rs
A Rust library providing a layered configuration system that merges defaults, files (JSON, TOML, YAML, INI, RON, JSON5, Corn), environment …
773205active
jaredwray/keyv
Keyv is a TypeScript key-value storage library providing a consistent interface across multiple backends via storage adapters (Redis, Postg…
983187active
pillarjs/iconv-lite
iconv-lite is a pure JavaScript library for converting text between character encodings (UTF-8, Windows-125x, ISO-8859, Shift_JIS, GBK, and…
863175stable
SteamRE/SteamKit
SteamKit2 is a .NET library for interoperating with Valve's Steam network protocol. It provides a simple, extensible interface for performi…
823169active
facebook/openzl
OpenZL is a format-aware lossless data compression framework from Meta that builds specialized compressors from a description of your data …
673165active
vortex-data/vortex
Vortex is an extensible, high-performance columnar file format and toolkit for compressed data, positioned as a faster alternative to Apach…
883158active
hyperoslo/Cache
A Swift caching library for iOS, tvOS, and macOS that provides memory, disk, and hybrid storage built on Codable serialization. It offers s…
403142stable
celery/kombu
Kombu is a Python messaging library providing an idiomatic high-level interface to the AMQP protocol and pluggable transports for RabbitMQ,…
873136stable
NaturalIntelligence/fast-xml-parser
A pure JavaScript library for rapidly validating XML, parsing XML to JS objects, and building XML from JS objects, with no C/C++ dependenci…
983135stable
rt2zz/redux-persist
A library for persisting and rehydrating Redux store state across sessions. It supports multiple storage backends and works on both web and…
2312959maintenance
pallets/itsdangerous
ItsDangerous is a Python library for cryptographically signing data so it can be safely passed to untrusted environments (like cookies or U…
343127stable
docarray/docarray
DocArray is a Python library for representing, transmitting, storing, and retrieving multimodal data such as text, images, audio, and video…
563124active
petergoldstein/dalli
Dalli is a high-performance pure Ruby client for accessing memcached servers. It supports failover, namespaces, thread-safe operation, SSL/…
983114active
darccio/mergo
Mergo is a Go library that merges same-type structs and maps by setting default values in zero-value fields using reflection. It has been s…
673106stable
apache/parquet-java
Apache Parquet Java is the Java implementation of the Apache Parquet column-oriented data file format. It provides reading and writing of e…
903076active
EasyNetQ/EasyNetQ
EasyNetQ is an easy-to-use .NET client API for RabbitMQ that simplifies pub/sub messaging, delayed scheduling, and RPC over an AMQP broker.…
903059active
sanctuary-js/sanctuary
Sanctuary is a JavaScript functional programming library inspired by Haskell and PureScript, offering a stricter, safer alternative to Ramd…
233052stable
lxml/lxml
lxml is a fast, feature-rich Python library for processing XML and HTML, built on the C libraries libxml2 and libxslt. It provides an Eleme…
993050stable
mgcrea/node-xlsx
A Node.js library for parsing and building Excel (xlsx/xls) files, built as a convenient wrapper around SheetJS. It offers a simple API to …
233039stable
vpulim/node-soap
A Node.js library providing both a SOAP client and a SOAP server, with WSDL parsing, SOAP header handling, security options, and async meth…
993038active
hashie/hashie
Hashie is a Ruby gem providing a collection of classes and mixins that extend Ruby's Hash with powerful features like method access, key in…
753035stable
twmb/franz-go
franz-go is a feature-complete, pure Go Apache Kafka client library supporting Kafka 0.8.0 through 4.2+, including producing, consuming, tr…
763032active
odygrd/quill
Quill is an ultra-low-latency asynchronous logging and metrics library for C++17. It is designed for performance-critical applications wher…
993008active
apache/commons-lang
Apache Commons Lang is a Java utility library providing helper methods that supplement the java.lang API, including string manipulation, re…
772999stable
nodatime/nodatime
Noda Time is an alternative date and time library for .NET, offering a clearer and more precise API than the built-in DateTime types. It pr…
732999stable
101arrowz/fflate
fflate is a fast, tiny pure-JavaScript compression and decompression library supporting DEFLATE, GZIP, Zlib, and ZIP formats in roughly 8kB…
752991stable
catamphetamine/libphonenumber-js
A smaller, simpler JavaScript/TypeScript rewrite of Google's libphonenumber library for parsing, validating, and formatting phone numbers. …
622991stable
protobuf-c/protobuf-c
A pure C implementation of Google's Protocol Buffers data serialization format, including libprotobuf-c for encoding/decoding and protoc-ge…
742988stable
1Password/typeshare
Typeshare is a CLI tool and Rust library that parses Rust type definitions annotated with serde attributes and generates equivalent type de…
812984active
stephenberry/glaze
Glaze is an extremely fast, header-only C++ serialization and reflection library supporting JSON, BEVE, CBOR, BSON, CSV, MessagePack, TOML,…
952978active
angularsen/UnitsNet
Units.NET is a .NET library providing strongly typed quantities and units of measurement with unit conversion, parsing, and localization su…
952969stable
yaml/pyyaml
PyYAML is the canonical full-featured YAML parser and emitter library for Python, with optional fast LibYAML C bindings. It supports loadin…
662940stable
kayak/pypika
PyPika is a Python SQL query builder library that exposes the full richness of SQL through a builder-pattern API mirroring the resulting qu…
732927stable
yahoo/serialize-javascript
A small npm library from Yahoo that serializes JavaScript values into a string of literal JavaScript code, extending JSON.stringify to supp…
982922stable
grantjenks/python-diskcache
DiskCache is a pure-Python disk and file backed cache library with a Django-compatible API, built on SQLite and memory-mapped files. It pro…
322906stable
cocur/slugify
A PHP library that converts strings into URL-friendly slugs, with transliteration rules for dozens of languages. It ships integrations for …
542899stable
BurntSushi/jiff
Jiff is a high-level datetime library for Rust offering date, time, timestamp, and timezone-aware primitives with DST-safe arithmetic, roun…
592898stable
eko/gocache
Gocache is an extensible Go caching library providing a unified API over multiple cache stores such as in-memory (bigcache, ristretto, go-c…
962881active
RubyMoney Money
A Ruby library providing a Money class that encapsulates monetary amounts and currencies, storing values as integer cents to avoid floating…
752881stable
tfranzel/drf-spectacular
drf-spectacular is a Python library that generates OpenAPI 3 (3.0, 3.1, and 3.2) schema specifications for Django REST framework APIs. It e…
852857active
aaubry/YamlDotNet
YamlDotNet is a YAML library for .NET runtimes including netstandard, .NET 8/10, and .NET Framework. It provides low-level YAML parsing and…
922855stable
benmanns/goworker
goworker is a Go library for running Resque-compatible background job workers, consuming jobs from Redis queues pushed by Ruby/Rails Resque…
392846active
tonytomov/jqGrid
jqGrid is an Ajax-enabled jQuery plugin for representing and manipulating tabular data on the web. It is a client-side grid solution that l…
872838active
gcanti/fp-ts
fp-ts is a library for typed functional programming in TypeScript, providing popular data types (Option, Either, IO, Task), type classes (F…
5811540maintenance
cdgriffith/Box
Box is a Python library providing dictionary subclasses with advanced dot notation attribute access, automatic conversion of nested dicts a…
752830active
symfony/mime
Symfony MIME is a PHP component for creating and manipulating MIME messages, including email construction with headers, attachments, and mu…
952827stable
vkhorikov/CSharpFunctionalExtensions
A C# library providing functional programming extensions, including Result and Maybe monads, value objects, and fluent method chaining. It …
722826stable
symfony/property-access
A Symfony PHP component that reads and writes values from objects and arrays using simple string property-path notation (e.g. 'user[address…
992814stable
sannies/mp4parser
A Java library for reading, writing, and creating MP4 container files. It manipulates the container structure (muxing, appending, metadata,…
232800stable
Cysharp/ZString
ZString is a zero-allocation StringBuilder implementation for .NET Core and Unity that avoids allocations from string concatenation, boxing…
662797stable
FriendsOfSymfony/FOSRestBundle
FOSRestBundle is a Symfony bundle providing tools for rapidly building RESTful APIs, including a format-agnostic view layer, Accept header …
632795stable

← prev page 4 / 20 next →