Spdk/lib/json
Daniel Verkamp 7089d58244 json_util: parse integer numbers directly
Avoid a trip through floating-point numbers when parsing JSON numbers as
integers.

This will allow parsing 64-bit integers that cannot be represented in
double precision floating point.

Change-Id: Ic428c9f12e44e6dbee72f39a91ecb56ab30b365f
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/364132
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
2017-06-06 12:00:25 -04:00
..
json_internal.h include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
json_parse.c json: make sure parse always sets *end 2017-02-15 16:31:07 -07:00
json_util.c json_util: parse integer numbers directly 2017-06-06 12:00:25 -04:00
json_write.c json/write: add an output buffer 2017-01-13 13:18:50 -07:00
Makefile build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00