Skip to content

Commit

Permalink
bind json-false to nil instead of :json-false
Browse files Browse the repository at this point in the history
Also explicitly bind `json-key-type' to `symbol', but that
is the default anyway when `json-object-type' is `alist'.
  • Loading branch information
tarsius committed Aug 7, 2016
1 parent 50d6cbd commit 018aa52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ghub.el
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
(unless (eobp)
(let ((json-object-type 'alist)
(json-array-type 'list)
(json-key-type nil)
(json-false :json-false)
(json-key-type 'symbol)
(json-false nil)
(json-null nil))
(json-read))))

Expand Down

0 comments on commit 018aa52

Please sign in to comment.