Allow access to raw storage for JSONOutput.
Review Request #13069 — Created May 25, 2023 and submitted — Latest diff uploaded
This exposes the raw storage of a
JSONOutput
as a publicraw
attribute, replacing the old_output
. This gives callers a way of
safely getting the data going into the JSON stream.Testing infrastructure will soon be updated to make use of this.
Unit tests pass.