mleku on Nostr: making a structure where you have to decode it first before you can find out what ...
making a structure where you have to decode it first before you can find out what kind of data it is
i use a static typed language and these kinds of structures require double handling, no matter what way you do it you have to scan ahead to find the type before you know how to unpack it
if they instead made an object like:
{
"arrayType1:[1,2,3,4],
"structType:[
{"itemname":"name","description":"describe the thing"},
{"itemname":"name","description":"describe the thing"}
],
"singletonItem":{"it's just one thing"}
}
i would know what it is before i start reading it
Published at
2024-12-19 18:39:03Event JSON
{
"id": "890bef09d628f078f1996c6f6e23d4109a5868b5092c1220aa212e38b11abaed",
"pubkey": "4c800257a588a82849d049817c2bdaad984b25a45ad9f6dad66e47d3b47e3b2f",
"created_at": 1734633543,
"kind": 1,
"tags": [
[
"e",
"20e549212f0e80f80897c49328f4669ec140b0c89fa11842c19ca85b55c12c6d",
"",
"root"
],
[
"e",
"344d7c2fe2150edd87c574e5f72b9fe44c30df09295821da064dabeebdbbaebb",
"wss://filter.nostr.wine/",
"reply",
"8633073b8567da97ad119fedd9716154aa283234cbb7d28d5131daa077d1cf7a"
],
[
"p",
"4c800257a588a82849d049817c2bdaad984b25a45ad9f6dad66e47d3b47e3b2f"
],
[
"p",
"8633073b8567da97ad119fedd9716154aa283234cbb7d28d5131daa077d1cf7a"
],
[
"client",
"noStrudel",
"31990:266815e0c9210dfa324c6cba3573b14bee49da4209a9456f9484e5106cd408a5:1686066542546"
]
],
"content": "making a structure where you have to decode it first before you can find out what kind of data it is\n\ni use a static typed language and these kinds of structures require double handling, no matter what way you do it you have to scan ahead to find the type before you know how to unpack it\n\nif they instead made an object like:\n\n{\n\"arrayType1:[1,2,3,4],\n\"structType:[\n{\"itemname\":\"name\",\"description\":\"describe the thing\"},\n{\"itemname\":\"name\",\"description\":\"describe the thing\"}\n],\n\"singletonItem\":{\"it's just one thing\"}\n}\n\ni would know what it is before i start reading it",
"sig": "65d3aaabd0c20be60ca8f3f3a577e4ab24dae32472e6699ee39a9cdca9bb755e7cffa2b901fee5e7787f700d95d5b9bb03173145e54b27f5ad41c1dc8630d784"
}