mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
79c13bee0c
* Added a safe pure-Lua SAX JSON parser (via LunaJSON). * Updated RapidJSON. * Also implemented a calibre-specific SAX parser in Lua-RapidJSON, and use it by default instead of the full RapidJSON one. * Raised the file-size threshold to switch between the fast & safe parsers to 50MB. * Added an UI option to switch between the three parsers.