Files
koreader/frontend
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
..
2015-03-12 16:31:12 +08:00
2015-03-02 14:55:16 +08:00
2014-03-13 21:52:43 +08:00
2014-11-16 17:27:37 +01:00
2014-11-19 21:46:45 +01:00
2015-03-02 14:55:16 +08:00
2014-03-13 21:52:43 +08:00