json_object_setn

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

Meta