Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

YAML in Processing?

$
0
0

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.


Viewing all articles
Browse latest Browse all 2896

Trending Articles