toJSON

fun toJSON(    outputPath: Path,     synchronizer: StacksSynchronizer,     runtime: AvailRuntime,     linkingFileMap: LinkingFileMap,     nameOfGroup: String,     errorLog: StacksErrorLog)

Create JSON file from implementation.

Parameters

outputPath

The path to the output path for documentation and data files.

synchronizer

The StacksSynchronizer used to control the creation of Stacks documentation

runtime
linkingFileMap

A mapping object for all files in stacks

nameOfGroup

The name of the implementation as it is to be displayed.

errorLog

The accumulating StacksErrorLog

Throws