Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.56 KB | None | 0 0
  1. {
  2.             "LABELS": {
  3.                 "COMBOBOXES": {
  4.                     "COUNTRY": "Country",
  5.                     "ARTIST_NAME": "Artist name",
  6.                     "GENRE": "Genre",
  7.                     "SUB_GENRE": "Sub Genre",
  8.                     "RATING": "Rating"
  9.                 }
  10.             },
  11.             "COMBOBOXES": {
  12.                 "COUNTRY": [{
  13.                     "NAME": "PT",
  14.                     "VALUE": "Portugal"
  15.                 }, {
  16.                     "NAME": "EN",
  17.                     "VALUE": "United Kingdom"
  18.                 }, {
  19.                     "NAME": "NONE",
  20.                     "VALUE": "None"
  21.                 }],
  22.                 "RATING": [
  23.                     {
  24.                         "NAME": "ONE",
  25.                         "VALUE": "1 Star"
  26.                     },
  27.                     {
  28.                         "NAME": "TWO",
  29.                         "VALUE": "2 Stars"
  30.                     },
  31.                     {
  32.                         "NAME": "THREE",
  33.                         "VALUE": "3 Stars"
  34.                     },
  35.                     {
  36.                         "NAME": "FOUR",
  37.                         "VALUE": "4 Stars"
  38.                     },
  39.                     {
  40.                         "NAME": "FIVE",
  41.                         "VALUE": "5 Stars"
  42.                     }
  43.                 ]
  44.             },
  45.             "MESSAGES": {
  46.                 "SUCCESS": {
  47.  
  48.                 },
  49.                 "WARNING": {
  50.  
  51.                 },
  52.                 "ERROR": {
  53.  
  54.                 }
  55.             }
  56.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement