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 /38.md | |
| parent | 378dfaa5dbf44bd1f17fd70f8727b636b7c99239 (diff) | |
| parent | c8dc1eadffe0ff894ec39e291c5b28bb18e6db9e (diff) | |
Merge pull request #1477 from kehiy/jsonc
format(all): JSON formatting
Diffstat (limited to '38.md')
| -rw-r--r-- | 38.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -17,7 +17,7 @@ A special event with `kind:30315` "User Status" is defined as an *optionally exp | |||
| 17 | 17 | ||
| 18 | For example: | 18 | For example: |
| 19 | 19 | ||
| 20 | ```js | 20 | ```json |
| 21 | { | 21 | { |
| 22 | "kind": 30315, | 22 | "kind": 30315, |
| 23 | "content": "Sign up for nostrasia!", | 23 | "content": "Sign up for nostrasia!", |
| @@ -26,7 +26,9 @@ For example: | |||
| 26 | ["r", "https://nostr.world"] | 26 | ["r", "https://nostr.world"] |
| 27 | ], | 27 | ], |
| 28 | } | 28 | } |
| 29 | ``` | ||
| 29 | 30 | ||
| 31 | ```json | ||
| 30 | { | 32 | { |
| 31 | "kind": 30315, | 33 | "kind": 30315, |
| 32 | "content": "Intergalatic - Beastie Boys", | 34 | "content": "Intergalatic - Beastie Boys", |