]> git.eshelyaron.com Git - emacs.git/commit
Support bignums when serializing JSON
authorPhilipp Stephani <phst@google.com>
Fri, 21 Sep 2018 19:50:56 +0000 (21:50 +0200)
committerPhilipp Stephani <phst@google.com>
Fri, 21 Sep 2018 19:50:56 +0000 (21:50 +0200)
commit9f10e1a0eef0dd5572a34a76617d50df0e3dd357
treea6e60eb393bc4e00ef74e83bcf1601a8e40461e8
parent7f3877e83405a089b580fe9d0342dc0b6c08cbfc
Support bignums when serializing JSON

* src/json.c (lisp_to_json): Support bignums.
* test/src/json-tests.el (json-serialize/bignum): New test.
src/json.c
test/src/json-tests.el