Quote:
Originally Posted by knc1
The KUAL parser is a huge piece of work.
Not going to be easy for one person to duplicate its functions.
- - - -
Hmm...
Although the K5 devices ship with a Lua / JSON parser installed.
A "functional equivalent" might be possible for a single person.
|
Maybe I don't even a command line JSON parser. I just found that JSON is already supported out-of-the box from javascript language, and Kindle seem to support JSON.parse command too, in js. It seems I'll be finally able to parse json files, when I've some spare time