We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc1841 commit 47f1577Copy full SHA for 47f1577
1 file changed
README.md
@@ -170,6 +170,7 @@ The amalgamated sources are generated by concatenating JsonCpp source in the
170
correct order and defining the macro `JSON_IS_AMALGAMATION` to prevent inclusion
171
of other headers.
172
173
+
174
Adding a reader/writer test
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
214
understanding parsing errors.
215
216
217
License
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
221
MIT license, or public domain if desired and recognized in your jurisdiction.
222
0 commit comments