First, I appreciate you making the library available. It definitely saved me some time.
This addresses two bugs I encountered.
Indentation would not be inserted on any line with key/value pairs. This is because the call to write the keys circumvented the check performed by Write to provide the indentation.
The deserialization code was checking new keys against prior values, rather than prior keys.
First, I appreciate you making the library available. It definitely saved me some time.
This addresses two bugs I encountered.
Write
to provide the indentation.Thanks!