|
|
|
|
|
by draegtun
3327 days ago
|
|
JSON was influenced by Rebol, which i feel would provide an even nicer example: version: https://jsonfeed.org/version/1
title: "My Example Feed"
home-page-url: https://example.org
feed-url: https://example.org/feed.json
items: [
[
id: 2
content-text: "This is a second item."
url: https://example.org/second-item
]
[
id: 1
content-html: "<p>Hello, world!</p>"
url: https://example.org/initial-post
]
]
|
|