KarrLab/obj_tables

View on GitHub
examples/children_favorite_video_games/data.json

Summary

Maintainability
Test Coverage
{"Child": [{"__id": 0, "__type": "Child", "id": "jamie_doe", "favorite_video_game": {"__id": 4, "__type": "Game", "name": "Legend of Zelda"}, "gender": "female", "name": "Jamie Doe", "parents": [{"__id": 8, "__type": "Parent", "id": "jane_doe"}, {"__id": 9, "__type": "Parent", "id": "john_doe"}]}, {"__id": 1, "__type": "Child", "id": "jimie_doe", "favorite_video_game": {"__id": 5, "__type": "Game", "name": "Super Mario Brothers"}, "gender": "male", "name": "Jimie Doe", "parents": [{"__id": 8, "__type": "Parent", "id": "jane_doe"}, {"__id": 9, "__type": "Parent", "id": "john_doe"}]}, {"__id": 2, "__type": "Child", "id": "linda_roe", "favorite_video_game": {"__id": 6, "__type": "Game", "name": "Sonic the Hedgehog"}, "gender": "female", "name": "Linda Roe", "parents": [{"__id": 10, "__type": "Parent", "id": "mary_roe"}, {"__id": 11, "__type": "Parent", "id": "richard_roe"}]}, {"__id": 3, "__type": "Child", "id": "mike_roe", "favorite_video_game": {"__id": 7, "__type": "Game", "name": "SimCity"}, "gender": "male", "name": "Michael Roe", "parents": [{"__id": 10, "__type": "Parent", "id": "mary_roe"}, {"__id": 11, "__type": "Parent", "id": "richard_roe"}]}], "Game": [{"__id": 4, "__type": "Game", "name": "Legend of Zelda", "publisher": "Nintendo", "year": 1986.0, "children": [{"__id": 0, "__type": "Child", "id": "jamie_doe"}]}, {"__id": 5, "__type": "Game", "name": "Super Mario Brothers", "publisher": "Nintendo", "year": 1985.0, "children": [{"__id": 1, "__type": "Child", "id": "jimie_doe"}]}, {"__id": 6, "__type": "Game", "name": "Sonic the Hedgehog", "publisher": "Sega", "year": 1991.0, "children": [{"__id": 2, "__type": "Child", "id": "linda_roe"}]}, {"__id": 7, "__type": "Game", "name": "SimCity", "publisher": "Electronic Arts", "year": 1989.0, "children": [{"__id": 3, "__type": "Child", "id": "mike_roe"}]}], "Parent": [{"__id": 8, "__type": "Parent", "id": "jane_doe", "name": "Jane Doe", "children": [{"__id": 0, "__type": "Child", "id": "jamie_doe"}, {"__id": 1, "__type": "Child", "id": "jimie_doe"}]}, {"__id": 9, "__type": "Parent", "id": "john_doe", "name": "John Doe", "children": [{"__id": 0, "__type": "Child", "id": "jamie_doe"}, {"__id": 1, "__type": "Child", "id": "jimie_doe"}]}, {"__id": 10, "__type": "Parent", "id": "mary_roe", "name": "Mary Roe", "children": [{"__id": 2, "__type": "Child", "id": "linda_roe"}, {"__id": 3, "__type": "Child", "id": "mike_roe"}]}, {"__id": 11, "__type": "Parent", "id": "richard_roe", "name": "Richard Roe", "children": [{"__id": 2, "__type": "Child", "id": "linda_roe"}, {"__id": 3, "__type": "Child", "id": "mike_roe"}]}], "_documentMetadata": {"objTablesVersion": "1.0.0", "date": "2020-05-29 00:18:57"}, "_classMetadata": {"Game": {"class": "Game", "name": "Game"}, "Parent": {"class": "Parent", "name": "Parent"}, "Child": {"class": "Child", "name": "Child"}}}