mu: support json output directly
Allow for dumping json directly from the Sexp structures, so we don't need any external libs (i.e. json-glib) anymore.
This commit is contained in:
@ -147,7 +147,7 @@ print_expr (const char* frm, ...)
|
||||
static void
|
||||
print_expr (const Sexp& sexp)
|
||||
{
|
||||
print_expr ("%s", sexp.to_string().c_str());
|
||||
print_expr ("%s", sexp.to_sexp_string().c_str());
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user