ActorStack.dev
Scraper engineering

Explicit null

A field that is present in every row but carries `null` when it has no value, instead of being omitted from the row entirely.

It costs a few bytes and removes an entire class of downstream bug: a parser never has to decide whether a missing key means empty, unsupported or broken.

Where this comes up