Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. "identifiers": [{"type": "Barcode", "value": "5012394144777"}...]
  2.  
  3. var barcode = data.identifiers;
  4.  
  5. const barcode = data.identifiers || []
  6.  
  7. const barcode = data.identifiers.type == "Barcode" || []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement