A bug in the `streamPartialJson` function of the `stream_struct` library caused it to incorrectly drop top-level JSON `null` values. This occurred because the parsing logic treated a decoded `null` the same as an unparseable buffer, leading to the omission of valid `null` outputs. The issue, present in versions prior to 0.3.2, has been resolved by differentiating between an unparseable state and a successfully decoded `null` value. AI
IMPACT Ensures correct handling of null JSON outputs in streaming data for developers using the stream_struct library.
RANK_REASON This is a bug fix for a specific software library, not a new product release or significant industry event.
AI-generated summary · Google Gemini · from 1 sources. How we write summaries →