Advertisement
Nattajerk

JSON example /pr/ #4062

Oct 14th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "en-gb" :
  3.     {
  4.         "key1" : "value 1",
  5.         "mainMenuText" : "Main Menu",
  6.         "thisIsAnArray" :
  7.         [
  8.             "ArrayValue1",  
  9.             "ArrayValue2",
  10.             "etc."
  11.         ],
  12.         "ThisIsASubObject":
  13.         {
  14.             "SubKey1": "SubValue1"
  15.         }
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement