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.
LPeg 0.10 breaks the detection scheme for 'older' versions of LPeg due to a naïve decimal version comparison. This is fixed by using function detection on the lpeg object.
LPeg 0.10 breaks the detection scheme for 'older' versions of LPeg due to a naïve decimal version comparison. This is fixed by using function detection on the lpeg object.