Hey Jhon,
Thanks for reaching out and I'm glad you find the features helpful!
As of now there is no way to get the Insights as a JSON summary from DevTools. However, we do publish the trace engine that DevTools uses under the hood to npm:
https://www.npmjs.com/package/@paulirish/trace_engine. If you wanted you could execute that and get at the data programmatically to generate your JSON.
One caveat: whilst the trace engine is published on npm, it is not intended for wide consumption and therefore we cannot guarantee we won't make breaking changes, etc, and you will find the docs pretty sparse. It is there for people willing to dive in and hack with it, not something that we will support as a formal open source project.
Thanks,
Jack.