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