Why Nostr? What is Njump?
2025-03-06 20:54:28

mms on Nostr: Elisp dumb question: how do I append a plist to a list? I have a json file, which I ...

Elisp dumb question: how do I append a plist to a list?

I have a json file, which I read via json-read-file. I then have a plist. I want to add the plist as element to the list so after I save it back to json, the plist becomes a json object.

(append list plist) flattens
(append list '(plist)) ppends string "plist" ;)
Author Public Key
npub1p0kjhy9ndmph5vt5pkftksadw8t974v89wg4facrdtgl9l7f7mqs8k42vm