+----+---------------------+--------+---------------+------------+
| id |               email | active |          tags | is_special |
+----+---------------------+--------+---------------+------------+
|  1 | user01@flow-php.com |   true | ["foo","bar"] |       true |
|  2 | user02@flow-php.com |  false | ["biz","bar"] |      false |
|  3 | user03@flow-php.com |   true | ["bar","baz"] |      false |
+----+---------------------+--------+---------------+------------+
3 rows
