Created
November 1, 2016 21:36
-
-
Save donaldh/758ead0d49e6ce500fb48d206d0d012d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'json) | |
(with-current-buffer "*HTTP Response*" | |
(save-excursion | |
(goto-char (point-min)) | |
(car (nth 1 (car (json-read)))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.