toJson

abstract fun toJson(): ObjectNode

Serializes the current BlastCommand to a JSON ObjectNode.

Only non-default properties and the "tool" property should be present in the output JSON.

Return

JSON ObjectNode representation of this BlastCommand.