[ Version ( since = "0.8" ) ]
public void add_string_element (string value)
Conveniently adds the given string value into an array.
See also: [method@Json.Array.add_element], [method@Json.Node.set_string]
| this |
a JSON array |
| value |
the string value to add |