This website requires JavaScript.
Explore
Help
Sign In
FGCOM
/
jansson
Watch
2
Star
0
Fork
0
You've already forked jansson
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e54ea1f7c9
jansson
/
test
/
suites
/
invalid
/
too-big-positive-integer
/
error
3 lines
18 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Refactor the test system
2009-12-15 05:01:36 +08:00
1
Change the underlying type of JSON integer from long to json_int_t json_int_t is typedef'd to long long if it's supported, or long otherwise. There's also some supporting things, like the JSON_INTEGER_FORMAT macro that expands to the printf() conversion specifier that corresponds to json_int_t's actual type. This is a backwards incompatible change.
2010-08-14 03:06:01 +08:00
too big integer
Reference in New Issue
Copy Permalink