Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.30 KB | None | 0 0
  1. what i want:
  2. [ txt, [ txt, txt ], key-val, btn, radio(m/f) ]
  3.  
  4. bandwidth-saving
  5. ["hello",["",["hi","bye"]],["x",7],["Click Me"],["choose",[["m"],["f"]],{"select":1}]]
  6.  
  7. more human-readable?
  8. ["hello",["hi","bye"],{"#":"x","=":7},{"opt":"Click Me"},{"#":"choose","=":[{"opt":"m"},{"opt":"f"}],"select":1}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement