Skip to content

Instantly share code, notes, and snippets.

@sbibek
Created January 28, 2026 17:04
Show Gist options
  • Select an option

  • Save sbibek/7cc16cfc9ca6444f84a339fcabe85f65 to your computer and use it in GitHub Desktop.

Select an option

Save sbibek/7cc16cfc9ca6444f84a339fcabe85f65 to your computer and use it in GitHub Desktop.
{
"format": "table",
"columns": [
{ "key": "id", "label": "ID", "type": "string" },
{ "key": "price", "label": "Price", "type": "number" },
{ "key": "asOf", "label": "As of", "type": "datetime" }
],
"rows": [
{ "id": "A1", "price": 12.5, "asOf": "2026-01-28T08:15:00Z" },
{ "id": "A2", "price": 10.0, "asOf": "2026-01-28T08:15:00Z" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment