libamxp  1.4.0
Patterns C Implementation
test_set2.data
Go to the documentation of this file.
1 [
2  {
3  "John Doe": {
4  "Age": 51,
5  "Favorite Movies": [ "The Last Crusade", "Return Of The Jedi", "Jaws"]
6  },
7  "Jane Doe": {
8  "Age": 48,
9  "Favorite Movies": [ "A Fish Called Wanda", "In The Name Of The Rose"]
10  }
11  },
12  {
13  "Author": "Isaac Asimov",
14  "Science-fiction": [ "I, Robot", "The End Of Eternity", "Foundation" ],
15  "Science": {
16  "The Earth And Away": [ "Life's Bottleneck", "Of Capture and Escape" ],
17  "The Solar System": [ "Catskills in the Sky", "Beyond Pluto" ]
18  }
19  },
20  {
21  "Author": "Arthur C. Clarck",
22  "Science-fiction": [ "Expedition to Earth", "The Wind from the Sun" ],
23  "Awards": {
24  "Academy Award": [
25  {
26  "shared": true,
27  "year": 1969
28  }
29  ],
30  "Hugo": [
31  {
32  "year": 1974,
33  "novel": "Rendezvous with Rama"
34  },
35  {
36  "year": 1980,
37  "novel": "The Fountains of Paradise"
38  }
39  ]
40  }
41  }
42 ]