dutils-data ~master (2020-05-16T00:04:04Z)
Home
Dub
Repo
isJSONSerializable.isJSONSerializable
dutils
data
json
isJSONSerializable
Undocumented in source.
template
isJSONSerializable
(T)
package
enum
isJSONSerializable
=
is
(
typeof
(
T.init.toJSON
()) :
JSON
) &&
is
(
typeof
(
T.fromJSON
(
JSON
())) :
T
)
;
Meta
Source
See Source File
dutils
data
json
isJSONSerializable
manifest constants
isJSONSerializable