Last active
December 20, 2015 15:18
-
-
Save westonplatter/6152623 to your computer and use it in GitHub Desktop.
varkek example JSON doc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| topic = { | |
| "name": "Evil and Suffering", | |
| "bridge": { "content": "God never intended for life to be filled with pain." }, | |
| "questions": { "question": { "content": "As a parent, how would you care for children?"}, | |
| "question": { "content": "When have you had painful experiences?" } | |
| }, | |
| "barriers": { "barrier" : { "order": "0", "content": "Lost someone very close to them" }, | |
| "barrier" : { "order": "1", "content": "Belives in all natural order, no God" } | |
| }, | |
| "directions": { "direction": { | |
| "order" : "0", | |
| "approach" : "theology", | |
| "block" : { "title": "paragraph 1 heading", "body" : "paragraph 1 body text" } | |
| }, | |
| "direction" : { | |
| "order" : "1", | |
| "approach" : "science", | |
| "block" : { "title" : "paragraph 2 heading", "body" : "paragraph 2 body text" } | |
| } | |
| }, | |
| "link" : { | |
| "start" : "summary of what was talked about", | |
| "transition" : "speak about the person of Jesus Christ", | |
| "conclusion" : "ask them about their response AND LISTEN TO THEM" | |
| } | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment