Are there any example code / are there any recommended libraries for parsing YAML in Processing? I am aware of loadJSON() etc., in the reference / API, but would greatly prefer to add YAML headers to an existing project.
Context: I have developed a program for rendering network graphs that pre-parses a custom text files format based on tab-separated values (CSV / TSV) before loading the rows (modes edges of the graph) into a Table object. I wish to add YAML metadata to the headers of my data files.