JsonData¶
GetNullData¶
short GetNullData() const
Attempts to return this JsonData's null data.
If this JsonData is not of type __NULL__, it will throw a JsonWrongDataTypeException.
You can check this via GetDataType().
Honestly, this is just for completion. It will (if of correct type) always return 0.