objects[ $object_name ] = $data; } /** * Outputs the * @internal */ public function render_json() { if ( empty( $this->objects ) ) { return; } echo ''; } }