Converts object value to a JSON string.
value
static String? encodeObj(Object value) { return json.encode(value); }