Tag json

4 bookmarks have this tag.

2026-06-21

{
  header: "Welcome to my blog",
  post: "$1",
  footer: "Hope you like it"
}
/* $1 */
{
  content: "This is my article",
  comments: "$2"
}
/* $2 */
[
  "This is the first comment",
  "This is the second comment",
  "This is the third comment"
]
# json
2238.

2025-06-15

# json
1943.

2024-08-12

Today in "our novel form of NIH," why does Bluesky use the richtext facets system instead of Markdown?

// slightly simplified
{
  text: "Hello @bob.com",
  facets: [
    {feature: "mention", index: {start: 6, end: 14}}
  ]
}
1439.

2023-06-14

JSON Feed format spec. Perhaps it will power Mycoverse...

342.