* Output inspect results as JSON for scripting.
(absolutePath: string, deepnoteFile: ReturnType<typeof deserializeDeepnoteFile>)
| 90 | * Output inspect results as JSON for scripting. |
| 91 | */ |
| 92 | function outputInspectJson(absolutePath: string, deepnoteFile: ReturnType<typeof deserializeDeepnoteFile>): void { |
| 93 | outputJson(buildInspectResult(absolutePath, deepnoteFile)) |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * Output inspect results as TOON (Token-Oriented Object Notation). |
no test coverage detected