Guest User

Untitled

a guest
May 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {
  2. test: {
  3. a1: {
  4. b1: "someText"
  5. },
  6. a2:2,
  7. },
  8. test2:{
  9. a3:3,
  10. a4:{
  11. "b4": "otherText",
  12. "b5": "textText"
  13. }}
  14. }
  15.  
  16. {
  17. test_a1_b1: 'someText',
  18. test_a2: 2,
  19. test2_a3: 3,
  20. test2_a4_b4: 'otherText',
  21. test2_a4_b5: 'texttext'
  22. }
Add Comment
Please, Sign In to add comment