> As a consequence of 1 and 5, we only add a property to an object once we have the entire key and enough of the value to know that value's type.
name: A name: Al name: Ale name: Alex
Which would suggest you are getting unfinished strings out in the stream.
> As a consequence of 1 and 5, we only add a property to an object once we have the entire key and enough of the value to know that value's type.