vertexofvortex

Untitled

Jun 11th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.30 KB | None | 0 0
  1. {
  2.         "name": "Иван",
  3.         "age": 37,
  4.         "mother": {
  5.             "name": "Ольга",
  6.             "age": 58
  7.         },
  8.         "children": [
  9.             "Маша",
  10.             "Игорь",
  11.             "Таня"
  12.         ],
  13.         "married": true,
  14.         "dog": null
  15.     }
Advertisement
Add Comment
Please, Sign In to add comment