You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jansson library used by the new JSON support powered by libjansson
fails on large integers.
A few of the Exercism exercises feature large integers in the expected
test data.
There is an upstream issue:
akheron/jansson#69
The built-in json parsing written in Emacs Lisp doesn't have that
problem. Since we won't run into performance issues this is a good
solution for this tool.
See
https://emacs.stackexchange.com/questions/76530/json-parsing-fails-json-parse-error-too-big-integer/
for more info
0 commit comments