Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
beacoder opened this issue Jun 11, 2024 · 1 comment
Open

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

beacoder opened this issue Jun 11, 2024 · 1 comment

Comments

@beacoder
Copy link

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.

@sierra-alpha
Copy link

sierra-alpha commented Oct 26, 2024

Hey @beacoder, thanks for the hint here, I was having a similar issue with emacs 29.1 and an underlying package plz-media-type (not sure if that's used in codeium.el or not).

Turns out I wasn't ./configureing emacs with the --with-json flag. There's a few other steps involved but this site helped a lot: https://www.masteringemacs.org/article/speed-up-emacs-libjansson-native-elisp-compilation particularly the libjansson stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants