I am getting \u0000 as an extension to my database response  
 values when querying a Azure database through API Express.
For example: 
 [{ 
   "OID": 1, 
   "usr": "public\u0000", 
   "pwd": "public\u0000", 
   "usr_group": "public\u0000", 
   "usr_role": "public\u0000", 
   "email": "a href="mailto:bernie.drahola@drahola.com" rel="nofollow"bernie.drahola@drahola.com/a\u0000", 
   "first_name": null, 
   "last_name": null, 
   "phone": null 
 }]
- Why is this showing up?
- How can I get rid of it?