# File lib/librarian/rspec/support/cli_macro.rb, line 85
        def write_json_file!(path, content)
          write_file! path, JSON.dump(content)
        end