Guest User

Untitled

a guest
Feb 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. {
  2. "key": [ 1, 2, 3 ], // all int
  3. "key2": [ 1.2, 221.4 ], // all double
  4. "key3": { // another dictionary
  5. "key": [ 1, 2, 3 ], // all int
  6. "key2": [ 1.2, 221.4 ], // all double
  7. // can have more of any of these types
  8. }
  9. }
Add Comment
Please, Sign In to add comment