Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. {
  2. "$jason": {
  3. "head": {
  4. "actions": {
  5.  
  6.  
  7.  
  8.  
  9.  
  10. "$vision.ready": {
  11. "type": "$vision.scan"
  12. },
  13. "$vision.onscan": {
  14. "type": "$network.request",
  15. "options": {
  16. "url": "{{$jason.content}}",
  17. "data_type": "html"
  18. },
  19.  
  20. "success": {
  21. "type": "$render",
  22. "options": {
  23. "type": "html"
  24. }
  25. },
  26. "type": "$util.alert",
  27. "options": {
  28. "title": "Scanned",
  29. "description": "{{$jason.content}}"
  30.  
  31.  
  32. }
  33.  
  34.  
  35.  
  36. }
  37. },
  38. "body": {
  39. "background": {
  40. "type": "camera",
  41. "options": {
  42. "device": "back"
  43. }
  44. }
  45. }
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement