has-next-is-side-effect-free

Status: IN

`StringIterator.hasNext()` only checks `_count > 0` and never modifies state or triggers parsing — verified by a dedicated test case.

Source: entries/2026/06/06/design-compressed-string-iterator-solution.md

JSON