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
looplab/eventhorizon
Event Horizon is a CQRS and Event Sourcing toolkit for Go, providing command handling, event stores, event buses, and read model support. I…
841676active
bazaarvoice/jolt
Jolt is a Java library for JSON-to-JSON transformation where the transform specification is itself a JSON document. It provides chained sto…
661675stable
qifi-dev/qrs
Qrs is a TypeScript tool that streams arbitrary data through a series of QR codes, enabling file transfer without a network connection. It …
541670active
beevik/etree
A lightweight, pure Go library that represents XML documents as element trees, inspired by Python's ElementTree. It supports parsing, creat…
901667stable
js-joda/js-joda
js-joda is an immutable date and time library for JavaScript, ported from the Java threeten-backport (JSR-310 / java.time). It provides a d…
671664stable
KilledByAPixel/JSONCrush
A tiny JavaScript library (under 2KB, zero dependencies) that compresses JSON strings into URL-friendly strings using the JSCrush algorithm…
521660stable
sanity-io/litter
Litter is a Go library that pretty-prints data structures as syntactically valid Go literals for debugging and testing. It produces consist…
681656stable
KhronosGroup/glTF-Blender-IO
The official Khronos Group glTF 2.0 importer and exporter addon for Blender, written in Python. It enables round-trip conversion of 3D scen…
671656active
bufbuild/protobuf-es
Protobuf-ES is a Protocol Buffers runtime and protoc plugin for JavaScript and TypeScript, generating idiomatic plain-object messages with …
981655active
dengyin2000/dynamic_widget
A Flutter library for backend-driven UI that builds widget trees from JSON strings closely mirroring Flutter widget code. It lets apps upda…
351652active
message-db/message-db
Message DB is a fully-featured event store and message store implemented in PostgreSQL, supporting Pub/Sub, event sourcing, streams, catego…
231652active
funkia/list
List is a TypeScript library providing a fast immutable list data structure implemented with relaxed radix balanced trees. It offers a comp…
231650stable
liaochong/myexcel
MyExcel is a Java toolkit for importing, exporting, and encrypting Excel files (.xls, .xlsx, .csv) built on top of Apache POI. It uses HTML…
231649active
Cysharp/Ulid
A fast C# implementation of ULID (Universally Unique Lexicographically Sortable Identifier) for .NET and Unity. It generates sortable rando…
751646active
voxpupuli/json-schema
A Ruby library for validating JSON data against JSON Schema documents, supporting Draft 6 with legacy support for Drafts 1-4. It provides s…
821643active
mido/mido
Mido is a Python library for working with MIDI messages, ports, and files. It provides convenient message objects, a reusable MIDI stream p…
631638stable
neitanod/forceutf8
A PHP library providing static Encoding class methods (toUTF8, fixUTF8, toLatin1) that convert strings of unknown or mixed encoding—Latin1,…
231633active
storj/drpc
drpc is a lightweight, drop-in replacement for gRPC written in Go, with a small dependency footprint and a fast custom wire format. It is t…
821630active
crdoconnor/strictyaml
StrictYAML is a type-safe YAML parser and validator for Python that parses a restricted, safer subset of the YAML spec, avoiding pitfalls l…
431622stable
dtao/lazy.js
Lazy.js is a functional utility library for JavaScript, similar to Underscore and Lodash, but built on a lazy evaluation engine that avoids…
325966maintenance
Firmata
Firmata is a serial communication protocol for controlling microcontrollers from software on a host computer, and this repository is the Fi…
231619stable
google/json_serializable.dart
A Dart package that generates JSON serialization and deserialization code for Dart classes via annotations like @JsonSerializable and @Json…
961618active
NEventStore/NEventStore
NEventStore is a persistence-agnostic event store library for .NET that abstracts different storage implementations behind a common API. It…
931615active
tonbo-io/tonbo
Tonbo is an embedded database library written in Rust for serverless and edge runtimes, storing data as Parquet files on S3 with coordinati…
631614active
asteasolutions/zod-to-openapi
A TypeScript library that generates OpenAPI (Swagger) documentation directly from Zod schemas, eliminating duplication between validation c…
941611active
fabiocaccamo/python-benedict
python-benedict is a Python dict subclass that adds keylist/keypath/keyattr access and normalized I/O for many formats (, yaml, toml, xml, …
881610stable
sporkmonger/addressable
Addressable is a Ruby library providing an alternative, more flexible URI implementation than Ruby's standard library, with heuristic parsi…
721609stable
microsoft/OpenAPI.NET
OpenAPI.NET is a .NET SDK providing an object model for OpenAPI documents, with readers and writers for OpenAPI JSON and YAML in V2 and V3 …
951608active
gigobyte/purify
Purify is a functional programming library for TypeScript providing algebraic data types like Maybe, Either, and Result, plus runtime type …
631603active
mongomapper/mongomapper
MongoMapper is a Ruby object-document mapper (ODM) for MongoDB, providing Document and EmbeddedDocument models with keys, associations, val…
591600active
robbiehanson/XMPPFramework
XMPPFramework is an Objective-C framework implementing the XMPP standard (RFC-3920) for Mac and iOS, with support for popular XEP extension…
235878maintenance
jab/bidict
bidict is a Python library providing efficient, type-hinted bidirectional mapping data structures where both keys and values can be looked …
991586stable
RicoSuter/NJsonSchema
NJsonSchema is a .NET library for reading, generating, and validating JSON Schema draft v4+ documents. It can generate schemas from .NET cl…
831583stable
bodil/im-rs
im-rs is a Rust library providing fast immutable (persistent) collection datatypes such as vectors, hash maps, and hash sets with structura…
101583stable
servo/rust-url
rust-url is the standard URL parsing and manipulation library for Rust, implementing the WHATWG URL Standard. It provides the `Url` type wi…
781573stable
cweiske/jsonmapper
A PHP library that maps nested JSON structures onto PHP model classes using type declarations and docblock annotations. It converts JSON AP…
731573stable
javers/javers
JaVers is a lightweight Java library for auditing changes in domain objects, providing an object diff engine and an audit log with commit m…
671572stable
quixio/quix-streams
Quix Streams is a pure Python framework for building real-time data pipelines and event-driven applications on Apache Kafka using a Streami…
971568active
boombuler/barcode
A Go library for generating many barcode formats including QR Code, Code 128, EAN, DataMatrix, Aztec, and PDF 417. It encodes data into bar…
381564stable
LibreDWG/libredwg
LibreDWG is a free GNU C library for reading and writing AutoCAD DWG files, with a decoder supporting all DWG versions and a writer for mos…
881557active
dakrone/cheshire
Cheshire is a fast Clojure JSON encoding/decoding library built on Jackson, supporting extended types like Date, UUID, Set, and Symbol, plu…
751557stable
tafia/quick-xml
quick-xml is a high-performance XML pull reader and writer library for Rust, featuring near zero-copy parsing with Cow types and buffer reu…
951556stable
msgpack/msgpack-javascript
A TypeScript/JavaScript implementation of MessagePack, a compact binary serialization format, serving as the reference implementation for J…
831556stable
LaravelDaily/laravel-invoices
A Laravel PHP package for generating PDF invoice files from customizable parameters like items, taxes, discounts, and shipping. Invoices ca…
681553active
Protovalidate
Protovalidate is a semantic validation library for Protocol Buffers that lets developers define validation rules (standard constraints plus…
941552active
RailsEventStore/rails_event_store
Rails Event Store (RES) is a Ruby library for publishing, consuming, storing, and retrieving domain events, built on Active Record. It serv…
991551stable
django-phonenumber-field/django-phonenumber-field
A Django library providing model and form fields for storing, validating, and formatting international phone numbers, built on top of pytho…
881551stable
tilo/smarter_csv
SmarterCSV is a Ruby gem for fast, robust CSV parsing and generation, with optional C acceleration and auto-detection of messy real-world C…
761551active
substrait-io/substrait
Substrait is a cross-language specification and tooling for describing data compute operations as standardized relational algebra query pla…
991549active
vishnubob/python-midi
A Python library for reading, writing, and manipulating MIDI files and event streams. It provides high-level object-oriented abstractions f…
641548active
rxi/sj.h
sj.h is a tiny ~150-line C99 JSON parsing library distributed as a single header. It performs zero-allocation, streaming-style parsing and …
361545stable
rust-crdt/rust-crdt
A Rust library providing a family of well-tested, serializable CRDTs (Conflict-free Replicated Data Types) supporting both state-based (CvR…
231545active
java-diff-utils/java-diff-utils
An open-source Java library for performing diff operations between texts or data: computing diffs, applying patches, generating and parsing…
811544active
combust/mleap
MLeap is a serialization format (Bundle.ML) and portable execution engine for machine learning pipelines, implemented in Scala with Python …
951543active
pureconfig/pureconfig
PureConfig is a Scala library that loads configuration files (HOCON, Java .properties, or JSON via Typesafe Config) into native Scala class…
771540stable
colin-kiegel/rust-derive-builder
A Rust crate providing a derive macro that automatically generates builder-pattern code for structs. It creates fluent setter methods and a…
501539active
EsotericSoftware/reflectasm
ReflectASM is a small Java library providing high-performance reflection through bytecode code generation. It generates accessor classes fo…
341539stable
kikito/inspect.lua
A single-file Lua library that transforms any Lua value into a human-readable string representation, with special support for rendering tab…
591538stable
dtolnay/typetag
A Rust crate providing macros to make Serde trait objects serializable and deserializable. It lets you serialize &dyn Trait and round-trip …
871537stable
google/tensorstore
TensorStore is a C++ and Python library for reading and writing large multi-dimensional arrays with a uniform API across formats like zarr,…
771536active
jshttp/cookie
A small Node.js library for parsing and serializing HTTP Cookie and Set-Cookie headers. It provides functions to convert cookie header stri…
921532stable
fosslife/devtools-x
DevTools-X is a cross-platform, offline-first desktop application bundling 41+ developer utilities (JSON formatting, Base64, JWT decoding, …
721532active
rbren/rss-parser
rss-parser is a lightweight JavaScript library that converts RSS and Atom XML feeds into JavaScript objects. It works in both Node.js and t…
771527active
CuyZ/Valinor
Valinor is a dependency-free PHP library that maps raw inputs like JSON or arrays into strongly-typed PHP objects, validating values and pr…
981526active
tidymodels/broom
broom is an R package that converts statistical model objects from 100+ modeling packages into tidy tibbles. It provides three verbs—tidy()…
781525active
georgysavva/scany
scany is a Go library that scans rows from a database into Go structs, maps, and primitive types with a single function call, eliminating m…
391522stable
nfephp-org/sped-nfe
A PHP library for generating, signing, and transmitting Brazilian electronic fiscal documents (NF-e model 55 and NFC-e model 65) to SEFAZ a…
661519active
mongodb/mongo-rust-driver
The officially supported MongoDB driver for Rust, providing a fully async API built on tokio plus an optional sync API for interacting with…
951518stable
antfu/drauu
Drauu is a headless, SVG-based drawing board library for the browser, built for Slidev presentations. It supports stylus/touch pressure, mu…
591517stable
cnwhy/nzh
A JavaScript library for converting between Arabic numerals and Chinese numerals, including uppercase/lowercase forms and RMB-style monetar…
321515stable
bits-and-blooms/bitset
A Go library implementing bitsets, providing an efficient mapping between non-negative integers and boolean values. It supports individual …
981513stable
OpenDDS/OpenDDS
OpenDDS is an open-source C++ implementation of the OMG Data Distribution Service (DDS) specification for real-time publish-subscribe data …
861513active
spatie/schema-org
A PHP library providing a fluent builder for all Schema.org types and their properties, generating JSON-LD (ld+json) structured data markup…
931512active
qicosmos/ormpp
ormpp is a modern C++17 header-only ORM library that provides a unified API for MySQL, PostgreSQL, and SQLite. It uses compile-time reflect…
871512active
AccessKit/accesskit
AccessKit is a Rust-based accessibility infrastructure library that provides a cross-platform, cross-language abstraction over platform acc…
931511active
anvaka/ngraph
ngraph is a collection of JavaScript modules for graph data structures, algorithms, and rendering. It includes pathfinding, community detec…
721510active
eulerto/wal2json
wal2json is a PostgreSQL logical decoding output plugin written in C that converts write-ahead log changes (INSERT, UPDATE, DELETE) into JS…
671508stable
mike-engel/jwt-cli
jwt-cli is a fast command-line tool written in Rust for decoding and encoding JSON Web Tokens (JWTs). It supports custom headers, arbitrary…
671507active
gorilla/schema
gorilla/schema is a Go library that converts structs to and from HTTP form values, with support for struct tags, custom types, and default …
231506stable
GEOSwift/GEOSwift
A type-safe Swift library wrapping the OSGeo GEOS library for handling geometric objects (points, linestrings, polygons) and topological op…
531504active
Tessil/robin-map
robin-map is a header-only C++ library providing fast hash map and hash set containers (tsl::robin_map, tsl::robin_set, plus prime-growth v…
671503stable
softwaremill/sttp
sttp is a popular open-source HTTP client library for Scala with a clean, type-safe request description API. It supports synchronous, Futur…
971502active
mafintosh/csv-parser
A fast streaming CSV parser for Node.js that converts CSV into JSON objects, compatible with the csv-spectrum acid test suite. It can also …
591502stable
cryptii/cryptii
Cryptii is a web app and framework for modular conversion, encoding, and encryption, performed entirely in the browser with no server inter…
341498active
eloqdata/eloqkv
EloqKV is a high-performance distributed key-value database with a Redis/ValKey-compatible API, built in C++ on a transactional data substr…
861495active
vinkla/hashids
A small PHP library that generates YouTube-like short, URL-safe IDs from numbers, so numeric database IDs are not exposed to users. It supp…
575429maintenance
jamesmunns/postcard
Postcard is a no_std-focused serializer and deserializer for Serde in Rust, designed for embedded and other constrained environments. It pr…
771494stable
NateTheGreatt/bitECS
bitECS is a flexible, minimal, data-oriented Entity Component System (ECS) library for JavaScript and TypeScript, focused on high performan…
771492active
jhump/protoreflect
A Go library providing rich reflection utilities for Protocol Buffers descriptors and gRPC, building on the standard protobuf Go runtime re…
751487active
lidatong/dataclasses-json
A Python library providing a simple decorator-based API for serializing dataclasses to and from JSON. It supports nested dataclasses, colle…
591486stable
ruimarinho/google-libphonenumber
A zero-dependency Node.js wrapper around Google's libphonenumber library for parsing, formatting, storing, and validating international pho…
971485active
json4s/json4s
4s is a Scala JSON library providing a common JSON AST (JValue) with parsing, formatting, and transformation utilities. It originated as a …
761485stable
uqfoundation/pathos
pathos is a Python framework for parallel graph management and execution across heterogeneous computing resources. It provides drop-in para…
721484active
jwadhams/json-logic-js
A JavaScript implementation of the JsonLogic format for building complex rules, serializing them as JSON, and executing them against data. …
231479stable
jmaister/excellentexport
ExcellentExport.js is a client-side JavaScript library that exports HTML tables to Excel (XLSX) or CSV files directly in the browser, with …
851475active
apache/ratis
Apache Ratis is a highly customizable Java library implementing the Raft consensus protocol for managing replicated logs and state. It offe…
771474stable
puleos/object-hash
A JavaScript library that generates hashes from arbitrary JavaScript objects, working in both Node.js and the browser. It supports hashing …
321474stable
rails-api/active_model_serializers
ActiveModelSerializers is a Ruby library that provides an ActiveModel::Serializer implementation and Rails hooks for rendering model object…
485341maintenance
msgpack/msgpack-java
MessagePack serializer implementation for the JVM, providing fast and compact binary serialization as an alternative to JSON. It supports a…
841473stable
googleapis/google-api-java-client
Google's Java client library for accessing HTTP-based APIs, including generated libraries for Google APIs. It provides OAuth 2.0 support, l…
771472stable

← prev page 8 / 20 next →