lua-cjson icon indicating copy to clipboard operation
lua-cjson copied to clipboard

Support lua 5.3 integer representation

Open cloudwu opened this issue 7 years ago • 1 comments

See #22 . The origin pr mix some other feature.

cloudwu avatar Aug 10 '18 02:08 cloudwu

Ping @mpx. This looks good. Normally we cannot expect the initial portion of a string accepted by strtod can also be accepted by strtoll (Infinity, Inf, NaN, nan(222), etc). However, the form accepted by RFC 8259 is much narrower and this patch should work.

MaskRay avatar Oct 05 '19 09:10 MaskRay