diff options
| author | hodlbod <jstaab@protonmail.com> | 2024-09-03 13:56:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-03 13:56:56 -0700 |
| commit | c02b161d9ed8f2edb7633b467ad2dd25252ed55c (patch) | |
| tree | 0a9198bac9d1976cf0744c30516400ee5cff26aa /65.md | |
| parent | 378dfaa5dbf44bd1f17fd70f8727b636b7c99239 (diff) | |
| parent | c8dc1eadffe0ff894ec39e291c5b28bb18e6db9e (diff) | |
Merge pull request #1477 from kehiy/jsonc
format(all): JSON formatting
Diffstat (limited to '65.md')
| -rw-r--r-- | 65.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -12,7 +12,7 @@ The event MUST include a list of `r` tags with relay URIs and a `read` or `write | |||
| 12 | 12 | ||
| 13 | The `.content` is not used. | 13 | The `.content` is not used. |
| 14 | 14 | ||
| 15 | ```json | 15 | ```jsonc |
| 16 | { | 16 | { |
| 17 | "kind": 10002, | 17 | "kind": 10002, |
| 18 | "tags": [ | 18 | "tags": [ |
| @@ -22,7 +22,7 @@ The `.content` is not used. | |||
| 22 | ["r", "wss://nostr-relay.example.com", "read"] | 22 | ["r", "wss://nostr-relay.example.com", "read"] |
| 23 | ], | 23 | ], |
| 24 | "content": "", | 24 | "content": "", |
| 25 | ...other fields | 25 | // other fields... |
| 26 | } | 26 | } |
| 27 | ``` | 27 | ``` |
| 28 | 28 | ||