Module ktn_json

Function Index

json_date/1Converts a date record into a binary representation of its data.
json_datetime/1Converts a datetime record into a binary representation of its data.

Function Details

json_date/1

json_date(X1::ktn_date:date()) -> binary()

Converts a date record into a binary representation of its data.

json_datetime/1

json_datetime(X1::ktn_date:datetime()) -> binary()

Converts a datetime record into a binary representation of its data.


Generated by EDoc