In 16e6c1a I changed parseUncompressed() to return either { <name>: <value> } or <value> rather than { root: <name>, value: <value> } because it looked cleaner, but I've come back from that as indeed the benefits of having it return the same structure always are bigger, especially wrt symmetry with writeUncompressed().
In 16e6c1a I changed
parseUncompressed()
to return either{ <name>: <value> }
or<value>
rather than{ root: <name>, value: <value> }
because it looked cleaner, but I've come back from that as indeed the benefits of having it return the same structure always are bigger, especially wrt symmetry withwriteUncompressed()
.