Files
koreader/frontend/apps/reader/modules
chrox 82393f0ed3 fix loading frontend/JSON.lua for json.lua on Kindle
The VFAT file system of `/mnt/us` is case insensitive so that
require("json") from Spore which intends to load luajson module in
rock directory actually will load `frontend/JSON.lua`, the two JSON
parser libraries have slightly different APIs.

This patch remove the pure Lua JSON library in favor of `luajson` which
uses LPeg pattern marching backend for better performance.
2015-03-21 13:19:00 +08:00
..
2014-12-01 16:03:40 +00:00
2015-03-20 21:22:14 +08:00
2014-11-28 14:10:37 +01:00
2014-08-24 11:21:59 +08:00