On Tue, Dec 10, 2019 at 10:26:17AM +0100, Patrick Steinhardt wrote: > While the newly added jsmn library provides the parsing interface, it > does not provide any kind of interface to act on parsed tokens. Instead, > the caller is expected to handle pointer arithmetics inside of the token > array in order to extract required information. While simple, this > requires users to know some of the inner workings of the library and is > thus quite an unintuitive interface. > > This commit adds a new interface on top of the jsmn parser that provides > convenience functions to retrieve values from the parsed json type, > `grub_json_t`. > > Signed-off-by: Patrick Steinhardt <p...@pks.im>
Reviewed-by: Daniel Kiper <daniel.ki...@oracle.com> Daniel _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel