json_append


Description:

[ Version ( deprecated = true , deprecated_since = "2.1.1" , since = "2.0.0" ) ]
public static void json_append (JsonObject json_obj, string key, string value)

Warning: json_append is deprecated since 2.1.1.

Appends a key and value to a JSON object.

Deprecated for add_string.

Parameters:

json_obj

a JsonObject

key

a string

value

a string to append