File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ The amalgamated sources are generated by concatenating JsonCpp source in the
170
170
correct order and defining the macro ` JSON_IS_AMALGAMATION ` to prevent inclusion
171
171
of other headers.
172
172
173
+
173
174
Adding a reader/writer test
174
175
---------------------------
175
176
@@ -212,9 +213,10 @@ Below is a short description of the content of each file:
212
213
* ` test_complex_01.process-output ` : ` jsontest ` output, typically useful for
213
214
understanding parsing errors.
214
215
216
+
215
217
License
216
218
-------
217
-
218
- See file LICENSE for details. Basically JsonCpp is licensed under
219
+
220
+ See the ` LICENSE ` file for details. In summary, JsonCpp is licensed under the
219
221
MIT license, or public domain if desired and recognized in your jurisdiction.
220
222
You can’t perform that action at this time.
0 commit comments