Open jfstgermain opened 6 years ago
Fixes https://github.com/kwhitley/treeize/issues/35. The old behavior remains if output: {prune: true} (the default prune value) thus, set the prune option to false in order to support null values output: {prune: false}.
output: {prune: true}
output: {prune: false}
Fixes https://github.com/kwhitley/treeize/issues/35.
The old behavior remains if
output: {prune: true}
(the default prune value) thus, set the prune option to false in order to support null valuesoutput: {prune: false}
.