Exafunction / codeium.el

Free, ultrafast Copilot alternative for Emacs
https://www.codeium.com
MIT License
412 stars 13 forks source link

Function void: json-serialize, json-parse-buffer in Emacs 29.3 #105

Open beacoder opened 3 weeks ago

beacoder commented 3 weeks ago

My emacs version is 29.3, I found that both json-serialize and json-parse-buffer are not defined in this version. could u please help to fix this issue ? thanks.

sugguestions: json-serialize could be replaced with json-encode, while json-parse-buffer could be replacted with json-read-from-string.