NeedToLearnToQuit Being lazy and add spaces/enters to make thisjsonclear

This commit is contained in:
Beppe Vanrolleghem
2018-05-23 14:55:51 +02:00
parent 3fd04b3ffd
commit 69426b1392
5 changed files with 105 additions and 6 deletions

12
ConvertedExample.json Normal file
View File

@@ -0,0 +1,12 @@
{
"Episode":{
"Cast":["CastMember1", "CastMember2", "CastMember3"],
"Scenes":{
"1":{
"SceneDescription":"The description of what is happening in the scene",
"lines":[{"Character":"CastMember1","Line":"Line that iks said by CastMember1"},{"Character":"CastMember1","Line":"Line that is said by CastMember2"}]
}
}
}
}
}