Adds the specified value to the JSON array
Removes the specified key from the JSON object
Assumes the Json object is wrapping a T, and casts (intelligently) to that type.
Assumes the Json object is wrapping a T, and casts (intelligently) to that type.
Updates the ith element of the JSON array with the value v
Updates the element key of the JSON object with the value v