Advertisement
Guest User

Untitled

a guest
Apr 6th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Test
  2. {
  3. "0"
  4. {
  5. "title" "string"
  6. // I need to get title in an if statement. For Example I use a "for" loop to go to each key but I also want an if statement to check the key, in this case is "title", but title cannot be compared to something that cannot exist yet.
  7. }
  8.  
  9. "1"
  10. {
  11. "name" "string"
  12. "command" "string"
  13. }
  14.  
  15. "2"
  16. {
  17. "name" "string"
  18. "command" "string"
  19. }
  20.  
  21. "3"
  22. {
  23. "name" "string"
  24. "command" "string"
  25. }
  26.  
  27. "4"
  28. {
  29. "name" "string"
  30. "command" "string"
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement