NewPProd

Results 2 issues of NewPProd

A web service I need to use is returning the following in its JSON: "Id":1618065507111835497 But when using this Lua library to decode it, the result is losing precision as...

The API does not allow you to upload tags containing ampersands ("&" chars). The tags are provided as URL parameters, so ampersands are URL encoded to %26. e.g. I'd like...