Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 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.  
  27.  
  28.  
  29.  
  30. }
  31. },
  32. "body": {
  33. "background": {
  34. "type": "camera",
  35. "options": {
  36. "device": "back"
  37. }
  38. }
  39. }
  40. }
  41. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement