I have 2 arrays of object similar to below:
a = [ {\'username\': \'user1\', \'is_admin\': False}, {\'username\': \'user2\', \'is_admin\': True},