MF-JSON output

When options is set to 1 the output also includes a "bbox" key — for tpcpoint / tpcpatch this is a TPCBox JSON object that adds a "pcid" field next to the standard stbox-shaped "bbox" array.

MF-JSON is output-only for tpcpoint / tpcpatch. The JSON form does not carry the schema (pcid + dim layout) for tpcpoint, and is a per-instant summary that drops the per-point payload for tpcpatch — so a reverse parser cannot reconstruct the original value. For lossless round-trip use asBinary / tpcpointFromBinary / tpcpatchFromBinary, or asHexWKB / tpcpointFromHexWKB / tpcpatchFromHexWKB.