add_string_element
Description:
Conveniently adds the given string value into an array.
See also: [method@Json.Array.add_element], [method@Json.Node.set_string]
Parameters:
this |
a JSON array |
value |
the string value to add |