Hi,
I’m developing a gnome-shell extension. I need to parse a YAML file. Is there a YAML parsing library built into Glib? I can’t find one. What other options do I have if there is no one? Gnome doesn’t use nodejs or any other browser runtime, so usage of external libraries is quite problematic as well.
Thanks