tree-mumu 0.1.0-rc.2

Creates Linux `tree`-style renderings of MuMu values
Documentation
1
2
3
4
5
6
7
8
9
10
11
extend("tree")
extend("std")

data = [
  user: [name:"Alice", age:30],
  items: [1, 2, [3, 4]]
]

// Direct call
slog( tree:to_string([root:"data"], data) )