Guest User

Untitled

a guest
Feb 14th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. [
  2. {
  3. "id": "9fd66092-1f7c-4e60-ab8f-5cf7e7a2dd3b",
  4. "email": "email@gmail.com"
  5. }
  6. ]
  7.  
  8. print((jsonDecode(response.body)['data']['logsread']) ==
  9. [
  10. {
  11. "id": "9fd66092-1f7c-4e60-ab8f-5cf7e7a2dd3b",
  12. "email": "email@gmail.com"
  13. }
  14. ]); // This returns false.
  15.  
  16. "{"data":{"logsread":[{"id":"9fd66092-1f7c-4e60-ab8f-5cf7e7a2dd3b","email":"email@gmail.com"}]}}"
Add Comment
Please, Sign In to add comment