Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. tell application "JSON Helper"
  2.     set test1 to make JSON from {data:"123"}
  3.     set test2 to make JSON from {id:"123"}
  4.     set test3 to make JSON from {random:"123"}
  5.     log test1
  6.     log test2
  7.     log test3
  8. end tell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement