Skip to content

Instantly share code, notes, and snippets.

View sbibek's full-sized avatar

devilfox sbibek

  • US
View GitHub Profile
{
"name":"John Doe",
"age": "35",
"email": "[email protected]"
}
{
"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" }
@sbibek
sbibek / data.json
Last active January 28, 2026 07:03
{
"symbol": "MSFT",
"name": "Microsoft Corp.",
"exchange": "NASDAQ",
"marketState": "OPEN",
"currency": "$",
"price": 421.36,
"change": 4.82,
"changePercent": "1.16%",
<div
style="
width: 760px;
background: #0b1220;
border-radius: 18px;
padding: 16px 18px;
box-sizing: border-box;
color: #e5e7eb;
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
display: grid;