toJSON

open fun toJSON(    nameOfGroup: String,     sticky: Boolean,     jsonWriter: JSONWriter)

Create the JSON representation of the signature.

Parameters

nameOfGroup

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

sticky

whether or no the method is private and should be documented

jsonWriter

The writer collecting the stacks content.