json_object_setn_nocheck

pragma(inline, true) nothrow @trusted @nogc
int
json_object_setn_nocheck
(
scope .json_t* object
,
scope const char* key
,
size_t key_len
,
scope .json_t* value
)

Meta