[ Version ( since = "2.0.0" ) ]
public static void array_to_json (GenericArray<Object> array, string member_name, JsonObject json_obj, CodecFlags flags)
Converts an array of objects into a Variant value.
| array |
(not nullable): array of objects that much implement `FwupdCodec` |
| member_name |
member name of the array |
| json_obj | |
| flags |
a CodecFlags, e.g. fwupd_codec_flag_trusted |