libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
serializeJSON
fast
json
Undocumented in source. Be warned that the author may not have intended to support it.
char
[]
serializeJSON
(char[] buf, T t)
nothrow @
safe
nothrow @
trusted
char
[]
serializeJSON
(
T
)
(
char
[]
buf
,
T
t
)
if
(
is
(
T
== struct) &&
!
hasMember
!(
T
, "opSlice")
&&
!
hasMember
!(
T
, "get")
&&
!
isTuple
!
T
)
char
[]
serializeJSON
(char[] buf, T t)
Meta
Source
See Implementation
fast
json
enums
DataType
trustedSource
functions
parseJSON
parseTrustedJSON
serializationLength
serializeJSON
validateJSON
structs
Json
JsonMapping
JsonParserState
serialize