because each item of a list should have been defined in a separate tag item. for example in NIP-51 for creating a 'Categorized People' list, we are using ['p', ''], ['p', ''] not ['p', '', ''], in other words, lists in nostr events defined as vertical tags not horizontal ones.

btw, there are soooooo many different approaches, and a lot of them just work!

Reply to this note

Please Login to reply.

Discussion

I see, even though for example in nip39 ( https://nips.be/39 ) each parameter is defined horizontally

```

{

"id": ,

"pubkey": ,

...

"tags": [

["i", "github:semisol", "9721ce4ee4fceb91c9711ca2a6c9a5ab"],

["i", "twitter:semisol_public", "1619358434134196225"],

["i", "mastodon:bitcoinhackers.org/@semisol", "109775066355589974"]

["i", "telegram:1087295469", "nostrdirectory/770"]

]

}

```

I will be studying which format to follow, to see which is more compatible with most of the protocol.