json_append_bool


Description:

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

Warning: json_append_bool is deprecated since 2.1.1.

Appends a key and boolean value to a JSON object.

Deprecated for add_boolean.

Parameters:

json_obj

a JsonObject

key

a string

value

boolean