Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "root": {
- "title": "Some",
- "type": "question",
- "variants": [
- {
- "title": "Yes",
- "type": "answer",
- "kind": "affirmative",
- "ref": "step-01"
- },
- {
- "title": "No",
- "type": "answer",
- "kind": "negative",
- "ref": "step-02"
- }
- ]
- },
- "step-01": {
- "title": "Finish",
- "type": "finish"
- },
- "step-02": {
- "title": "Other",
- "type": "question",
- "variants": [
- {
- "title": "Yes",
- "type": "answer",
- "kind": "affirmative",
- "ref": "step-01"
- },
- {
- "title": "No",
- "type": "answer",
- "kind": "negative",
- "ref": "step-03"
- }
- ]
- },
- "step-03": {
- "title": "Fuck you!",
- "type": "finish"
- }
- }
Add Comment
Please, Sign In to add comment