[yaml] hanna

Viewer

  1. {
  2.   "firstName""Hanna",
  3.   "lastName""Motorna",
  4.   "age": 29,
  5.   "email""[email protected]",
  6.   "address"{
  7.     "street""123 Random St",
  8.     "city""Kyiv",
  9.     "state""Kyiv",
  10.     "zip""12345",
  11.     "marriage": true
  12.   },
  13.   "phoneNumbers"{
  14.     "home": 80937643617,
  15.     "cell""+380687643617"
  16.   },
  17.   "hobbies"[
  18.     "baking",
  19.     "cats",
  20.     "movies"
  21.   ],
  22.   "friends"[
  23.     "Ivan",
  24.     "Petro"
  25.     "Chris"
  26.   ],
  27.   "schedule"[
  28.     "Mon",
  29.     "Tue",
  30.     "Wed",
  31.     "Thu",
  32.     "Fri"
  33.   ],
  34.   "startTime""9:00am",
  35.   "endTime""23:00am",
  36. }
  37.  
  38.  

Editor

You can edit this paste and save as new: