pub fn parse_json(it: String) -> List(#(String, Node))
pub fn print(it: List(#(String, Node))) -> String
pub fn to_json(toml: List(#(String, Node))) -> String
Serializes the document to JSON, in the format expected by toml-test