Closed halaxa closed 3 years ago
When the last value of a decoded object item was an empty object, the next object item failed to decode, because the opening { was missing in the buffered to-be-decoded JSON item.
{
Solves #41
@ideea, can you please check if it works for you? Thanks.
@halaxa hey. it works now :)
Released in 0.6.1.
0.6.1
When the last value of a decoded object item was an empty object, the next object item failed to decode, because the opening
{
was missing in the buffered to-be-decoded JSON item.Solves #41