[ Version ( deprecated = true , deprecated_since = "2.1.1" , since = "2.0.0" ) ]
public static void json_append_int (JsonObject json_obj, string key, uint64 value)
Warning: json_append_int is deprecated since 2.1.1.
Appends a key and unsigned integer to a JSON object.
Deprecated for add_integer.
| json_obj | |
| key |
a string |
| value |
guint64 |