JsonStreamParser._scanStructure
private
void _scanStructure() @safeAdvances the incremental structural scan over unprocessed bytes.
Maintains bracket depth and string state across pushes so that only newly arrived bytes are examined per call; the expensive full parse runs once the root becomes plausibly complete.