Guest User

Untitled

a guest
Jan 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. {{"a":1,"b":[1,2,3],"c":"bar"},{"a":2,"b":[2,3],"c":"baz"}}
  2.  
  3. a | b | c
  4. ---+---------+---
  5. 1 | [1,2,3] | "bar"
  6. 2 | [2,3] | "baz"
Add Comment
Please, Sign In to add comment