halaxa / json-machine

Efficient, easy-to-use, and fast PHP JSON stream parser
Apache License 2.0
1.08k stars 65 forks source link

Incomplete JSON buffer after composite value containing an empty dict fixed #42

Closed halaxa closed 3 years ago

halaxa commented 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

halaxa commented 3 years ago

@ideea, can you please check if it works for you? Thanks.

ideea commented 3 years ago

@halaxa hey. it works now :)

halaxa commented 3 years ago

Released in 0.6.1.