JsonnetValue.objectAppend

Add the field f to the object, bound to v.

v is no longer valid after the append This replaces any previous binding of the field.

struct JsonnetValue
void
objectAppend
()
(
string f
,
auto ref JsonnetValue v
)

Meta