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

resource: serialization

54 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
toml-lang/toml
The official repository for the TOML (Tom's Obvious, Minimal Language) specification, a minimal, human-readable configuration file format t…
7120588stable
fantasyland/fantasy-land
Fantasy Land is a specification (not a runtime library) defining how common algebraic structures like functors, monads, monoids, and semigr…
2310240stable
googleapis/googleapis
The canonical repository of Protocol Buffers (proto3) interface definitions for public Google APIs, supporting both REST and gRPC access. T…
778715active
json-api/json-api
JSON:API is a specification (media type application/vnd.api+json) defining conventions for building JSON APIs, covering resource fetching, …
377719stable
schemaorg/schemaorg
The official Schema.org repository containing the collaborative vocabulary schemas, examples, and supporting software used to publish schem…
876226active
cloudevents/spec
The CloudEvents specification, a CNCF graduated standard for describing event data in a common format so events can be interoperable across…
655878stable
umpirsky/country-list
A dataset of all countries with names and ISO 3166-1 codes, available in all languages and many data formats (JSON, YAML, XML, CSV, SQL, PH…
675253stable
cel-expr/cel-spec
The specification and canonical protobuf binary representation for the Common Expression Language (CEL), a fast, non-Turing-complete expres…
983954stable
ULID
The canonical specification for ULID (Universally Unique Lexicographically Sortable Identifier), a 128-bit identifier format compatible wit…
683442stable
mapbox/awesome-vector-tiles
A curated awesome list of implementations of the Mapbox Vector Tile specification, including parsers, generators, and related tools across …
762622active
apache/parquet-format
The official specification repository for the Apache Parquet columnar data file format, including the Thrift definitions of the metadata st…
842555stable
prometheus/OpenMetrics
OpenMetrics is a specification that evolves the Prometheus exposition format into a vendor-neutral standard for exposing cloud-native metri…
652535active
imaurer/awesome-llm-json
A curated awesome list of resources for generating JSON and other structured outputs with Large Language Models, covering techniques like f…
332172active
mitre/cti
MITRE's official repository of ATT&CK and CAPEC cyber threat intelligence datasets expressed in STIX 2.0 JSON. It provides machine-readable…
932132active
miloyip/json-tutorial
A free, open-source Chinese-language tutorial that teaches how to build a standards-compliant JSON parser and generator in C (C89) from scr…
327920maintenance
phith0n/JavaThings
A collection of study notes and demo code accompanying the 'Java Security Ramblings' (Java安全漫谈) essay series by phith0n. It covers Java sec…
392028active
alecthomas/go_serialization_benchmarks
A benchmark suite comparing the performance of many Go serialization libraries (JSON, Protobuf, MessagePack, gob, etc.) on a representative…
451623active
kdl-org/kdl
The official specification repository for KDL, a small document language with XML-like node semantics usable as both a serialization format…
661589stable
burningtree/awesome-json
A curated list of JSON libraries, tools, and resources spanning applications, editors, databases, schema tools, and tutorials. It serves as…
721564active
nioperas06/awesome-django-rest-framework
A curated awesome-list of tools, packages, tutorials, books, and best practices for building APIs with Django REST Framework. It organizes …
731472active
msanft/CVE-2025-55182
A Python proof-of-concept and technical writeup for CVE-2025-55182, a remote code execution vulnerability in React Server Functions (as use…
411431active
ipld/ipld
The IPLD (InterPlanetary Linked Data) project repository hosting specifications, documentation, and the website at ipld.io. IPLD defines st…
771351active
odrotbohm/spring-restbucks
A sample implementation of the Restbucks ordering application from the book REST in Practice, built with Spring ecosystem technologies. It …
681318active
w3c/webcodecs
The W3C WebCodecs specification repository defines a web API giving JavaScript access to browser-implemented audio, video, and image codecs…
771283active
encode/rest-framework-tutorial
Source code for the official Django REST framework tutorial, a step-by-step guide to building a pastebin-style Web API with Django. It acco…
771267active
jshttp/mime-db
A comprehensive JSON database of MIME/media types aggregated from IANA, Apache, and nginx sources. It contains no logic, just a single publ…
681248stable
VaughnVernon/IDDD_Samples
Sample Bounded Context codebases accompanying Vaughn Vernon's book 'Implementing Domain-Driven Design', written in Java. The projects demon…
323943maintenance
elastic/ecs
Elastic Common Schema (ECS) is an open-source specification defining a common set of fields, data types, and usage hierarchies for ingestin…
941119active
raml-org/raml-spec
The official specification for RAML (RESTful API Modeling Language), a YAML-based language for describing practically-RESTful HTTP APIs in …
103847maintenance
opengeospatial/geoparquet
GeoParquet is an OGC-incubating specification for storing geospatial vector data (points, lines, polygons) in Apache Parquet, including req…
861084active
pauljamescleary/scala-pet-store
A reference implementation of the classic Java pet store built with functional programming techniques in Scala, using the Typelevel stack (…
671074active
google/transit
The General Transit Feed Specification (GTFS) is an open standard defining data formats for public transit information, comprising GTFS Sch…
761052stable
fabienrenaud/java-json-benchmark
A JMH-based benchmark suite measuring serialization and deserialization throughput of dozens of Java JSON libraries. It publishes comparati…
761034active
mapbox/vector-tile-spec
The Mapbox Vector Tile Specification, a formal standard for encoding tiled vector geographic data as Protocol Buffers (.mvt files). It defi…
731004stable
eishay/jvm-serializers
A benchmark suite comparing the performance of serialization libraries on the JVM, such as protobuf, thrift, avro, and Java built-in serial…
323283maintenance
sanshengshui/netty-learning-example
A collection of hands-on Netty learning examples in Java, covering HTTP servers, MQTT IoT servers, protobuf integration with Spring Boot, I…
322937maintenance
edn-format/edn
A specification for Extensible Data Notation (edn), a text-based data format for conveying immutable values, used by Clojure, Datomic, and …
322766maintenance
karpathy/cryptos
A pure Python, zero-dependency from-scratch implementation of Bitcoin, including SHA-256, elliptic curve math, ECDSA signatures, key/addres…
321926maintenance
omniti-labs/jsend
JSend is a specification for a simple, no-frills JSON format for application-level API responses, defining success, fail, and error respons…
321726maintenance
kevinswiber/siren
Siren is a hypermedia specification defining a JSON media type (application/vnd.siren+) for representing entities in Web APIs, including pr…
231344maintenance
babylonhealth/fastText_multilingual
A collection of 78 alignment matrices that project Facebook's monolingual fastText word vectors into a single shared multilingual vector sp…
321201abandoned
libmx3/mx3
A sample C++ project demonstrating cross-platform mobile development techniques across Android, iOS, and Windows Phone using tools like Dji…
321159abandoned
fashiontec/openwash-format
OpenWash is a specification repository from Fashiontec defining a format and specs, presumably for open data exchange in the fashion/washin…
321028abandoned
feiyangqingyun/QWidgetDemo
A collection of 100+ independent open-source Qt/QWidget demo projects written in C++, each a standalone project with clean, well-commented …
696929active
ethereum/consensus-specs
The canonical specification repository for Ethereum's proof-of-stake consensus layer, defining protocol rules for all consensus clients acr…
763957active
threedr3am/learnjavabug
A collection of Java security vulnerability demos and exploit proof-of-concepts covering deserialization issues in libraries like Fast, Jac…
322687active
hstcscolor/awesome-gameserver-cn
A curated Chinese-language awesome list of resources for building game servers, covering networking libraries, protocols, persistence, cach…
681955active
JosephZhu1983/java-common-mistakes
Source code for the book 'Java Development Pitfalls: From Root Cause Analysis to Best Practices' and the GeekTime column '100 Common Errors…
321839active
raizam/gamedev_libraries
A curated collection of open-source C/C++ libraries for game development, organized by category such as system foundations, math, rendering…
321766active
zigcc/zig-cookbook
A collection of simple, runnable Zig example programs ('recipes') demonstrating good practices for common programming tasks like file I/O, …
711173active
kgrzybek/sample-dotnet-core-cqrs-api
A sample .NET Core REST API demonstrating a simple CQRS implementation with Domain-Driven Design using Clean Architecture. It uses raw SQL …
323061maintenance
xuwujing/java-study
A personal Java study repository containing example code covering Java basics, JDK 8 features, concurrency, the 23 design patterns, and pop…
321306maintenance
Kotlin/kotlin-fullstack-sample
Thinkter is an official Kotlin full-stack sample application implementing a simple microblogging app, with a Ktor/JVM backend exposing a RE…
101205abandoned
jacksu/utils4s
A curated collection of Scala and Spark example code, demos, and learning resources covering common utility libraries (json4s, breeze, akka…
231079abandoned

page 1 / 1