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
251 stars 48 forks source link

Release 1.0.3 with LPeg 0.10 fix #6

Closed harningt closed 14 years ago

harningt commented 14 years ago

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.

harningt commented 14 years ago

Code fixed in e6d2be77fa90dee884be71ae5a9eebc1bdb4353d