[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Which JSON parser with 5.3?
- From: Sean Conner <sean@...>
- Date: Fri, 14 Apr 2017 16:42:58 -0400
It was thus said that the Great Dirk Laurie once stated:
> I used to like lua-cjson but it does not sit well with Lua 5.3.
> Whenever a string could represent a number, it converts
> it to a float, so that every integer prints with a .0 at the end.
>
> Any recommendations for a module that works under Lua 5.3
> and does not have this annoying feature?
Are you asking for a JSON module, or anything that can
serialize/deserialize data between two spots, say like CBOR? [1][2]
Another question: what should the result be of:
{ "count" : 9223372036854775808 }
-spc (It's an integer ... )
[1] http://cbor.io
[2] https://github.com/spc476/CBOR