toJsonString

open fun toJsonString(format: Boolean = false): String(source)

Converts this project to a JSON string representation.

Return

A JSON string representing this project.

Parameters

format

Set to true to pretty print the JSON, false by default.