How to view the Net Log when "Capture Network Log" is enabled for a test

Hi,

I’d like to capture the network log for my WebPageTest test on Chrome, so I enabled the “Capture Network Log” under Chromium section before running the test. After the test is finished, in the Summary tab, I can see a Net Log link for my test runs, clicking this link will download a json file. My question here is, how to view this json file? (In Chrome DevTool, only har file is can be loaded in the Network file.)

Thanks a lot!

Chrome has a hosted net log viewer here: https://netlog-viewer.appspot.com/#import

Used to be built-in to Chrome but it was pulled out a few years ago.