OGF is an open, declarative JSON format for describing interactive data grids. It defines structure, data, behavior, and rendering intent — in a portable, renderer-agnostic way.
The format behind powerful grid tools — built for developers who need control, transparency, and interoperability.
OGF (Open Grid Format) is a neutral, open format for defining editable, structured grid data. Use OGF documents to:
.ogf.json
files{
"version": "1.0",
"data": [[1, "Alice"], [2, "Bob"]],
"columns": [
{"name": "id", "type": "number"},
{"name": "name", "type": "text"}
],
"modules": ["selection", "formula"],
"meta": {
"createdAt": "2025-06-15",
"tool": "gridtoolkit"
}
}
Drop your email to get notified when the spec goes live and the first tools launch.
No spam — just grid nerdery.