I'm compiling my own version of the linux kernel and I was wondering if there is any way to do parse a local XML or JSON file.
Thanks
|
I'm compiling my own version of the linux kernel and I was wondering if there is any way to do parse a local XML or JSON file. Thanks |
|||||
|
|
jsawk will probably do what you need: https://github.com/micha/jsawk Edit: However I found jshon to work much better. Here is an example:
|
||||