klyn.io.json.JSONWriteException.JSONWriteException
constructor
public JSONWriteException(message as String = "Value cannot be represented as JSON"):
Description

Creates a JSON serialization error.

Parameters
ParameterDescription
messageDescription of the value that cannot be represented.
Example
error = JSONWriteException("JSON object property names must be unique")
print(error.message)