Allow access to raw storage for JSONOutput.

Review Request #13069 — Created May 25, 2023 and submitted

Information

RBTools
release-5.x

Reviewers

This exposes the raw storage of a JSONOutput as a public raw
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.

Summary ID
Allow access to raw storage for JSONOutput.
This exposes the raw storage of a `JSONOutput` as a public `raw` 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.
649f165113bbb65276967fe8d31bfbb6afe7eef6
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-5.x (e356a79)
Loading...