const added = (data, depth) => `${'    '
  .repeat(depth - 1)}  + ${data.name}: ${stringify(data.value, depth)}`;