legal_markdown 0.4.10 → 0.4.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (176) hide show
  1. data/Gemfile +3 -1
  2. data/README.md +1 -0
  3. data/Rakefile +26 -29
  4. data/legal_markdown.gemspec +1 -0
  5. data/lib/legal_markdown.rb +6 -5
  6. data/lib/legal_markdown/legal_to_markdown.rb +2 -0
  7. data/lib/legal_markdown/legal_to_markdown/json_builder.rb +4 -0
  8. data/lib/legal_markdown/legal_to_markdown/load_source.rb +9 -1
  9. data/lib/legal_markdown/legal_to_markdown/meta.rb +43 -0
  10. data/lib/legal_markdown/legal_to_markdown/mixins.rb +0 -1
  11. data/lib/legal_markdown/make_yaml_frontmatter.rb +22 -3
  12. data/lib/legal_markdown/version.rb +1 -1
  13. data/{test/tests → spec/fixtures}/00.load_write_no_action.headers +0 -0
  14. data/{test/tests → spec/fixtures}/00.load_write_no_action.json +0 -0
  15. data/{test/tests → spec/fixtures}/00.load_write_no_action.lmd +0 -0
  16. data/{test/tests → spec/fixtures}/00.load_write_no_action.md +0 -0
  17. data/{test/tests → spec/fixtures}/01.load_partial_no_action.headers +1 -1
  18. data/{test/tests → spec/fixtures}/01.load_partial_no_action.json +0 -0
  19. data/{test/tests → spec/fixtures}/01.load_partial_no_action.lmd +1 -1
  20. data/{test/tests → spec/fixtures}/01.load_partial_no_action.md +0 -0
  21. data/{test/tests → spec/fixtures}/02.load_partials_no_action.headers +2 -2
  22. data/{test/tests → spec/fixtures}/02.load_partials_no_action.json +0 -0
  23. data/{test/tests → spec/fixtures}/02.load_partials_no_action.lmd +2 -2
  24. data/{test/tests → spec/fixtures}/02.load_partials_no_action.md +0 -0
  25. data/{test/tests → spec/fixtures}/10.mixins_in_headers_and_text.headers +0 -0
  26. data/{test/tests → spec/fixtures}/10.mixins_in_headers_and_text.json +0 -0
  27. data/{test/tests → spec/fixtures}/10.mixins_in_headers_and_text.lmd +0 -0
  28. data/{test/tests → spec/fixtures}/10.mixins_in_headers_and_text.md +0 -0
  29. data/{test/tests → spec/fixtures}/12.opt_clauses_no_subs.headers +0 -0
  30. data/{test/tests → spec/fixtures}/12.opt_clauses_no_subs.json +0 -0
  31. data/{test/tests → spec/fixtures}/12.opt_clauses_no_subs.lmd +0 -0
  32. data/{test/tests → spec/fixtures}/12.opt_clauses_no_subs.md +0 -0
  33. data/{test/tests → spec/fixtures}/13.opt_clauses_subs.headers +0 -0
  34. data/{test/tests → spec/fixtures}/13.opt_clauses_subs.json +0 -0
  35. data/{test/tests → spec/fixtures}/13.opt_clauses_subs.lmd +0 -0
  36. data/{test/tests → spec/fixtures}/13.opt_clauses_subs.md +0 -0
  37. data/{test/tests → spec/fixtures}/14.opt_clauses_with_mixins.headers +0 -0
  38. data/{test/tests → spec/fixtures}/14.opt_clauses_with_mixins.json +0 -0
  39. data/{test/tests → spec/fixtures}/14.opt_clauses_with_mixins.lmd +0 -0
  40. data/{test/tests → spec/fixtures}/14.opt_clauses_with_mixins.md +0 -0
  41. data/{test/tests → spec/fixtures}/20.block_no_addons.headers +0 -0
  42. data/{test/tests → spec/fixtures}/20.block_no_addons.json +0 -0
  43. data/{test/tests → spec/fixtures}/20.block_no_addons.lmd +0 -0
  44. data/{test/tests → spec/fixtures}/20.block_no_addons.md +0 -0
  45. data/{test/tests → spec/fixtures}/21.block_no_indents.headers +0 -0
  46. data/{test/tests → spec/fixtures}/21.block_no_indents.json +0 -0
  47. data/{test/tests → spec/fixtures}/21.block_no_indents.lmd +0 -0
  48. data/{test/tests → spec/fixtures}/21.block_no_indents.md +0 -0
  49. data/{test/tests → spec/fixtures}/22.block_all_indents.headers +0 -0
  50. data/{test/tests → spec/fixtures}/22.block_all_indents.json +0 -0
  51. data/{test/tests → spec/fixtures}/22.block_all_indents.lmd +0 -0
  52. data/{test/tests → spec/fixtures}/22.block_all_indents.md +0 -0
  53. data/{test/tests → spec/fixtures}/23.block_part_indents.headers +0 -0
  54. data/{test/tests → spec/fixtures}/23.block_part_indents.json +0 -0
  55. data/{test/tests → spec/fixtures}/23.block_part_indents.lmd +0 -0
  56. data/{test/tests → spec/fixtures}/23.block_part_indents.md +0 -0
  57. data/{test/tests → spec/fixtures}/24.block_no_closing_ticks.headers +0 -0
  58. data/{test/tests → spec/fixtures}/24.block_no_closing_ticks.json +0 -0
  59. data/{test/tests → spec/fixtures}/24.block_no_closing_ticks.lmd +0 -0
  60. data/{test/tests → spec/fixtures}/24.block_no_closing_ticks.md +0 -0
  61. data/{test/tests → spec/fixtures}/25.block_no_resets.headers +0 -0
  62. data/{test/tests → spec/fixtures}/25.block_no_resets.json +0 -0
  63. data/{test/tests → spec/fixtures}/25.block_no_resets.lmd +0 -0
  64. data/{test/tests → spec/fixtures}/25.block_no_resets.md +0 -0
  65. data/{test/tests → spec/fixtures}/26.block_all_resets.headers +0 -0
  66. data/{test/tests → spec/fixtures}/26.block_all_resets.json +0 -0
  67. data/{test/tests → spec/fixtures}/26.block_all_resets.lmd +0 -0
  68. data/{test/tests → spec/fixtures}/26.block_all_resets.md +0 -0
  69. data/{test/tests → spec/fixtures}/27.block_part_resets.headers +0 -0
  70. data/{test/tests → spec/fixtures}/27.block_part_resets.json +0 -0
  71. data/{test/tests → spec/fixtures}/27.block_part_resets.lmd +0 -0
  72. data/{test/tests → spec/fixtures}/27.block_part_resets.md +0 -0
  73. data/{test/tests → spec/fixtures}/28.block_provs_multi_line_no_indent.headers +0 -0
  74. data/{test/tests → spec/fixtures}/28.block_provs_multi_line_no_indent.json +0 -0
  75. data/{test/tests → spec/fixtures}/28.block_provs_multi_line_no_indent.lmd +0 -0
  76. data/{test/tests → spec/fixtures}/28.block_provs_multi_line_no_indent.md +0 -0
  77. data/{test/tests → spec/fixtures}/29.block_provs_multi_line_indents.headers +0 -0
  78. data/{test/tests → spec/fixtures}/29.block_provs_multi_line_indents.json +0 -0
  79. data/{test/tests → spec/fixtures}/29.block_provs_multi_line_indents.lmd +0 -0
  80. data/{test/tests → spec/fixtures}/29.block_provs_multi_line_indents.md +0 -0
  81. data/{test/tests → spec/fixtures}/30.block_all_leader_types.headers +0 -0
  82. data/{test/tests → spec/fixtures}/30.block_all_leader_types.json +0 -0
  83. data/{test/tests → spec/fixtures}/30.block_all_leader_types.lmd +0 -0
  84. data/{test/tests → spec/fixtures}/30.block_all_leader_types.md +0 -0
  85. data/{test/tests → spec/fixtures}/31.block_complex_leader_types.headers +0 -0
  86. data/{test/tests → spec/fixtures}/31.block_complex_leader_types.json +0 -0
  87. data/{test/tests → spec/fixtures}/31.block_complex_leader_types.lmd +0 -0
  88. data/{test/tests → spec/fixtures}/31.block_complex_leader_types.md +0 -0
  89. data/{test/tests → spec/fixtures}/32.block_new_leader_style.headers +0 -0
  90. data/{test/tests → spec/fixtures}/32.block_new_leader_style.json +0 -0
  91. data/{test/tests → spec/fixtures}/32.block_new_leader_style.lmd +0 -0
  92. data/{test/tests → spec/fixtures}/32.block_new_leader_style.md +0 -0
  93. data/{test/tests → spec/fixtures}/33.block_with_pre_simple.headers +0 -0
  94. data/{test/tests → spec/fixtures}/33.block_with_pre_simple.json +0 -0
  95. data/{test/tests → spec/fixtures}/33.block_with_pre_simple.lmd +0 -0
  96. data/{test/tests → spec/fixtures}/33.block_with_pre_simple.md +0 -0
  97. data/{test/tests → spec/fixtures}/34.block_with_pre_complex.headers +0 -0
  98. data/{test/tests → spec/fixtures}/34.block_with_pre_complex.json +0 -0
  99. data/{test/tests → spec/fixtures}/34.block_with_pre_complex.lmd +0 -0
  100. data/{test/tests → spec/fixtures}/34.block_with_pre_complex.md +0 -0
  101. data/{test/tests → spec/fixtures}/35.block_with_preval.headers +0 -0
  102. data/{test/tests → spec/fixtures}/35.block_with_preval.json +0 -0
  103. data/{test/tests → spec/fixtures}/35.block_with_preval.lmd +0 -0
  104. data/{test/tests → spec/fixtures}/35.block_with_preval.md +0 -0
  105. data/{test/tests → spec/fixtures}/36.block_with_crossrefs.headers +0 -0
  106. data/{test/tests → spec/fixtures}/36.block_with_crossrefs.json +0 -0
  107. data/{test/tests → spec/fixtures}/36.block_with_crossrefs.lmd +0 -0
  108. data/{test/tests → spec/fixtures}/36.block_with_crossrefs.md +0 -0
  109. data/{test/tests → spec/fixtures}/37.block_with_diff_start_pt.headers +0 -0
  110. data/{test/tests → spec/fixtures}/37.block_with_diff_start_pt.json +0 -0
  111. data/{test/tests → spec/fixtures}/37.block_with_diff_start_pt.lmd +0 -0
  112. data/{test/tests → spec/fixtures}/37.block_with_diff_start_pt.md +0 -0
  113. data/{test/tests → spec/fixtures}/38.block_with_bom_characters_windows_produces.headers +0 -0
  114. data/{test/tests → spec/fixtures}/38.block_with_bom_characters_windows_produces.json +0 -0
  115. data/{test/tests → spec/fixtures}/38.block_with_bom_characters_windows_produces.lmd +0 -0
  116. data/{test/tests → spec/fixtures}/38.block_with_bom_characters_windows_produces.md +0 -0
  117. data/spec/fixtures/38.block_with_more_bom_characters_windows_produces.headers +50 -0
  118. data/spec/fixtures/38.block_with_more_bom_characters_windows_produces.json +256 -0
  119. data/spec/fixtures/38.block_with_more_bom_characters_windows_produces.lmd +0 -0
  120. data/spec/fixtures/38.block_with_more_bom_characters_windows_produces.md +26 -0
  121. data/spec/fixtures/39.block_with_windows_default_encoding.headers +50 -0
  122. data/spec/fixtures/39.block_with_windows_default_encoding.json +256 -0
  123. data/spec/fixtures/39.block_with_windows_default_encoding.lmd +50 -0
  124. data/spec/fixtures/39.block_with_windows_default_encoding.md +26 -0
  125. data/{test/tests → spec/fixtures}/40.block_with_mixins.headers +0 -0
  126. data/{test/tests → spec/fixtures}/40.block_with_mixins.json +0 -0
  127. data/{test/tests → spec/fixtures}/40.block_with_mixins.lmd +0 -0
  128. data/{test/tests → spec/fixtures}/40.block_with_mixins.md +0 -0
  129. data/{test/tests → spec/fixtures}/41.block_with_opt_clauses.headers +0 -0
  130. data/{test/tests → spec/fixtures}/41.block_with_opt_clauses.json +0 -0
  131. data/{test/tests → spec/fixtures}/41.block_with_opt_clauses.lmd +0 -0
  132. data/{test/tests → spec/fixtures}/41.block_with_opt_clauses.md +0 -0
  133. data/spec/fixtures/42.block_with_opt_clauses_and_mixins.debug +193 -0
  134. data/spec/fixtures/42.block_with_opt_clauses_and_mixins.debugd +193 -0
  135. data/{test/tests → spec/fixtures}/42.block_with_opt_clauses_and_mixins.headers +0 -0
  136. data/{test/tests → spec/fixtures}/42.block_with_opt_clauses_and_mixins.json +0 -0
  137. data/{test/tests → spec/fixtures}/42.block_with_opt_clauses_and_mixins.lmd +0 -0
  138. data/{test/tests → spec/fixtures}/42.block_with_opt_clauses_and_mixins.md +0 -0
  139. data/spec/fixtures/43.throw_some_erroris.headers +90 -0
  140. data/spec/fixtures/43.throw_some_erroris.json +200 -0
  141. data/spec/fixtures/43.throw_some_erroris.lmd +39 -0
  142. data/spec/fixtures/43.throw_some_erroris.md +26 -0
  143. data/spec/fixtures/44.block_with_meta_kept.headers +60 -0
  144. data/spec/fixtures/44.block_with_meta_kept.json +477 -0
  145. data/spec/fixtures/44.block_with_meta_kept.lmd +56 -0
  146. data/spec/fixtures/44.block_with_meta_kept.md +55 -0
  147. data/spec/fixtures/45.block_with_meta_stripped_no_output.headers +57 -0
  148. data/spec/fixtures/45.block_with_meta_stripped_no_output.json +476 -0
  149. data/spec/fixtures/45.block_with_meta_stripped_no_output.lmd +53 -0
  150. data/spec/fixtures/45.block_with_meta_stripped_no_output.md +50 -0
  151. data/spec/fixtures/46.block_with_meta_no_instructions.headers +57 -0
  152. data/spec/fixtures/46.block_with_meta_no_instructions.json +477 -0
  153. data/spec/fixtures/46.block_with_meta_no_instructions.lmd +57 -0
  154. data/spec/fixtures/46.block_with_meta_no_instructions.md +55 -0
  155. data/spec/fixtures/47.block_with_multi_meta.headers +59 -0
  156. data/spec/fixtures/47.block_with_multi_meta.json +477 -0
  157. data/spec/fixtures/47.block_with_multi_meta.lmd +55 -0
  158. data/spec/fixtures/47.block_with_multi_meta.md +55 -0
  159. data/{test/tests/45.all_features_speed_ratchet.headers → spec/fixtures/99.all_features_speed_ratchet.headers} +0 -0
  160. data/{test/tests/45.all_features_speed_ratchet.json → spec/fixtures/99.all_features_speed_ratchet.json} +0 -0
  161. data/{test/tests/45.all_features_speed_ratchet.lmd → spec/fixtures/99.all_features_speed_ratchet.lmd} +0 -0
  162. data/{test/tests/45.all_features_speed_ratchet.md → spec/fixtures/99.all_features_speed_ratchet.md} +0 -0
  163. data/{test/tests → spec/fixtures}/partials/z.partial1 +0 -0
  164. data/{test/tests → spec/fixtures}/partials/z.partial2 +0 -0
  165. data/spec/spec_helper.rb +18 -0
  166. data/spec/support/samples_helper.rb +60 -0
  167. data/spec/unit/legal_markdown_spec.rb +76 -0
  168. data/spec/unit/legal_to_markdown/legal_to_markdown_spec.rb +35 -0
  169. data/spec/unit/legal_to_markdown/make_yaml_frontmatter_spec.rb +15 -0
  170. metadata +335 -260
  171. data/test/legal_markdown_test.rb +0 -130
  172. data/test/tests/45.all_features_speed_ratchet.debug +0 -550
  173. data/test/tests/46.throw_some_erroris.headers +0 -209
  174. data/test/tests/46.throw_some_erroris.json +0 -1
  175. data/test/tests/46.throw_some_erroris.lmd +0 -107
  176. data/test/tests/46.throw_some_erroris.md +0 -94
@@ -0,0 +1,50 @@
1
+ ---
2
+
3
+ # Mixins
4
+ contract_title: "Non-Disclosure Agreement"
5
+ forum: "New York, New York"
6
+
7
+ # Optional Clauses
8
+ arbitration_clause: "false"
9
+ judicial_forum_clause: "true"
10
+
11
+ # Structured Headers
12
+ level-1: "1."
13
+ level-2: "A."
14
+ level-3: "i."
15
+
16
+ # Properties
17
+ no-indent: ""
18
+ no-reset: ""
19
+ level-style: ""
20
+
21
+ ---
22
+
23
+ ```
24
+
25
+ l. {{contract_title}}
26
+
27
+ ll. Definitions
28
+
29
+ lll. "Agreement" means this certain Non-Disclosure Agreement dated 10 August, 2013.
30
+
31
+ lll. "Control" means to own or control, directly or indirectly, more than 50% of voting shares.
32
+
33
+ lll. "Information" means confidential information disclosed under this Agreement.
34
+
35
+ ll. Form Of Disclosure. Information may be disclosed:
36
+
37
+ lll. in writing;
38
+
39
+ lll. by oral presentation;
40
+
41
+ lll. by visual presentation;
42
+
43
+ lll. by Discloser giving Recipient access to a database or digital archive of any kind; or
44
+
45
+ lll. by delivery of physical objects.
46
+
47
+ [{{arbitration_clause}}ll. Arbitration.
48
+ Any controversy or claim arising out of or relating to this Agreement, or the breach thereof, whether sounding in contract, tort, or otherwise, shall be settled by arbitration administered by the American Arbitration Association under its Commercial Arbitration Rules, and judgment on the award rendered by the arbitrator(s) may be entered in any court having jurisdiction thereof.]
49
+ [{{judicial_forum_clause}}ll. Dispute Resolution.
50
+ Any controversy or claim arising out of or relating to this Agreement, or the breach thereof, whether sounding in contract, tort, or otherwise, shall be decided solely and exclusively by State or Federal courts located in {{forum}}.]
@@ -0,0 +1,256 @@
1
+ {
2
+ "id": "f5739452426249f39b3a0625a083bd81",
3
+ "nodes": {
4
+ "document": {
5
+ "title": "",
6
+ "abstract": "",
7
+ "views": [
8
+ "content"
9
+ ]
10
+ },
11
+ "provision:9d8953fac08b4715ec682fd164d96447": {
12
+ "id": "provision:9d8953fac08b4715ec682fd164d96447",
13
+ "type": "provision",
14
+ "data": {
15
+ "level": "1",
16
+ "provision_reference": "1.",
17
+ "provision_text": "Non-Disclosure Agreement",
18
+ "citation": "",
19
+ "substitution": [
20
+ "type0",
21
+ "",
22
+ "",
23
+ "2",
24
+ ".",
25
+ null,
26
+ ""
27
+ ]
28
+ }
29
+ },
30
+ "provision:e60eaab677d81ca967af6da81bf0e762": {
31
+ "id": "provision:e60eaab677d81ca967af6da81bf0e762",
32
+ "type": "provision",
33
+ "data": {
34
+ "level": "2",
35
+ "provision_reference": "A.",
36
+ "provision_text": "Definitions",
37
+ "citation": "",
38
+ "substitution": [
39
+ "type5",
40
+ "",
41
+ "",
42
+ "C",
43
+ ".",
44
+ null,
45
+ " "
46
+ ]
47
+ }
48
+ },
49
+ "provision:ad61916aa2dfff7e38ce05c2fb1e4b19": {
50
+ "id": "provision:ad61916aa2dfff7e38ce05c2fb1e4b19",
51
+ "type": "provision",
52
+ "data": {
53
+ "level": "3",
54
+ "provision_reference": "i.",
55
+ "provision_text": "\"Agreement\" means this certain Non-Disclosure Agreement dated 10 August, 2013.",
56
+ "citation": "",
57
+ "substitution": [
58
+ "type3",
59
+ "",
60
+ "",
61
+ "i",
62
+ ".",
63
+ null,
64
+ " "
65
+ ]
66
+ }
67
+ },
68
+ "provision:d1566674492a96fc468d6ee5f2ee26bf": {
69
+ "id": "provision:d1566674492a96fc468d6ee5f2ee26bf",
70
+ "type": "provision",
71
+ "data": {
72
+ "level": "3",
73
+ "provision_reference": "ii.",
74
+ "provision_text": "\"Control\" means to own or control, directly or indirectly, more than 50% of voting shares.",
75
+ "citation": "",
76
+ "substitution": [
77
+ "type3",
78
+ "",
79
+ "",
80
+ "i",
81
+ ".",
82
+ null,
83
+ " "
84
+ ]
85
+ }
86
+ },
87
+ "provision:2fe811ea2cea8cef4ff377c5f180be6b": {
88
+ "id": "provision:2fe811ea2cea8cef4ff377c5f180be6b",
89
+ "type": "provision",
90
+ "data": {
91
+ "level": "3",
92
+ "provision_reference": "iii.",
93
+ "provision_text": "\"Information\" means confidential information disclosed under this Agreement.",
94
+ "citation": "",
95
+ "substitution": [
96
+ "type3",
97
+ "",
98
+ "",
99
+ "i",
100
+ ".",
101
+ null,
102
+ " "
103
+ ]
104
+ }
105
+ },
106
+ "provision:b989735162ebea6749322fefb9acf3f8": {
107
+ "id": "provision:b989735162ebea6749322fefb9acf3f8",
108
+ "type": "provision",
109
+ "data": {
110
+ "level": "2",
111
+ "provision_reference": "B.",
112
+ "provision_text": "Form Of Disclosure. Information may be disclosed:",
113
+ "citation": "",
114
+ "substitution": [
115
+ "type5",
116
+ "",
117
+ "",
118
+ "C",
119
+ ".",
120
+ null,
121
+ " "
122
+ ]
123
+ }
124
+ },
125
+ "provision:e425cc6d2f78d07cbc1134df219e6d4a": {
126
+ "id": "provision:e425cc6d2f78d07cbc1134df219e6d4a",
127
+ "type": "provision",
128
+ "data": {
129
+ "level": "3",
130
+ "provision_reference": "i.",
131
+ "provision_text": "in writing;",
132
+ "citation": "",
133
+ "substitution": [
134
+ "type3",
135
+ "",
136
+ "",
137
+ "i",
138
+ ".",
139
+ null,
140
+ " "
141
+ ]
142
+ }
143
+ },
144
+ "provision:d45c999c32979e1f1c5b67e80e1c3faa": {
145
+ "id": "provision:d45c999c32979e1f1c5b67e80e1c3faa",
146
+ "type": "provision",
147
+ "data": {
148
+ "level": "3",
149
+ "provision_reference": "ii.",
150
+ "provision_text": "by oral presentation;",
151
+ "citation": "",
152
+ "substitution": [
153
+ "type3",
154
+ "",
155
+ "",
156
+ "i",
157
+ ".",
158
+ null,
159
+ " "
160
+ ]
161
+ }
162
+ },
163
+ "provision:cba8f597d9444021066337abb362973b": {
164
+ "id": "provision:cba8f597d9444021066337abb362973b",
165
+ "type": "provision",
166
+ "data": {
167
+ "level": "3",
168
+ "provision_reference": "iii.",
169
+ "provision_text": "by visual presentation;",
170
+ "citation": "",
171
+ "substitution": [
172
+ "type3",
173
+ "",
174
+ "",
175
+ "i",
176
+ ".",
177
+ null,
178
+ " "
179
+ ]
180
+ }
181
+ },
182
+ "provision:c496809f58e2876152a5e5656709ef87": {
183
+ "id": "provision:c496809f58e2876152a5e5656709ef87",
184
+ "type": "provision",
185
+ "data": {
186
+ "level": "3",
187
+ "provision_reference": "iv.",
188
+ "provision_text": "by Discloser giving Recipient access to a database or digital archive of any kind; or",
189
+ "citation": "",
190
+ "substitution": [
191
+ "type3",
192
+ "",
193
+ "",
194
+ "i",
195
+ ".",
196
+ null,
197
+ " "
198
+ ]
199
+ }
200
+ },
201
+ "provision:aff0451113dbc4110040a866c43b11f8": {
202
+ "id": "provision:aff0451113dbc4110040a866c43b11f8",
203
+ "type": "provision",
204
+ "data": {
205
+ "level": "3",
206
+ "provision_reference": "v.",
207
+ "provision_text": "by delivery of physical objects.",
208
+ "citation": "",
209
+ "substitution": [
210
+ "type3",
211
+ "",
212
+ "",
213
+ "i",
214
+ ".",
215
+ null,
216
+ " "
217
+ ]
218
+ }
219
+ },
220
+ "provision:db01ecf08e34732eea9923c28a67268b": {
221
+ "id": "provision:db01ecf08e34732eea9923c28a67268b",
222
+ "type": "provision",
223
+ "data": {
224
+ "level": "2",
225
+ "provision_reference": "C.",
226
+ "provision_text": "Dispute Resolution.\nAny controversy or claim arising out of or relating to this Agreement, or the breach thereof, whether sounding in contract, tort, or otherwise, shall be decided solely and exclusively by State or Federal courts located in New York, New York.",
227
+ "citation": "",
228
+ "substitution": [
229
+ "type5",
230
+ "",
231
+ "",
232
+ "C",
233
+ ".",
234
+ null,
235
+ " "
236
+ ]
237
+ }
238
+ },
239
+ "content": {
240
+ "nodes": [
241
+ "provision:9d8953fac08b4715ec682fd164d96447",
242
+ "provision:e60eaab677d81ca967af6da81bf0e762",
243
+ "provision:ad61916aa2dfff7e38ce05c2fb1e4b19",
244
+ "provision:d1566674492a96fc468d6ee5f2ee26bf",
245
+ "provision:2fe811ea2cea8cef4ff377c5f180be6b",
246
+ "provision:b989735162ebea6749322fefb9acf3f8",
247
+ "provision:e425cc6d2f78d07cbc1134df219e6d4a",
248
+ "provision:d45c999c32979e1f1c5b67e80e1c3faa",
249
+ "provision:cba8f597d9444021066337abb362973b",
250
+ "provision:c496809f58e2876152a5e5656709ef87",
251
+ "provision:aff0451113dbc4110040a866c43b11f8",
252
+ "provision:db01ecf08e34732eea9923c28a67268b"
253
+ ]
254
+ }
255
+ }
256
+ }