no i mean
If instead of parsing it once, checking the parsed form, and then immediately using it, or, alternatively, serializing it into a fresh file that contains only verified data and can be used later
If instead of doing that you parse the input file at two different times, once to check and once to use
That's called TOCTOU, right?
