harningt / luajson

JSON parser/encoder for Lua Parses JSON using LPEG for speed and flexibility. Depending on parser/encoder options, various values are preserved as best as possible.
http://www.eharning.us/wiki/luajson/
Other
249 stars 48 forks source link

luarocks does not have the lpeg.version fix #51

Open knightofcarnage opened 6 months ago

knightofcarnage commented 6 months ago

luarocks installs version 1.3.4-1 which has the unpatched version of decode/utils.lua

Omikhleia commented 4 months ago

+1 on the topic (whether this is the same as https://github.com/harningt/luajson/issues/47#issuecomment-1885629339 or not, luarocks users would need the new version to be released there)