| Previous | 199869 Revisions | Next |
| r24798 Wednesday 7th August, 2013 at 17:58:42 UTC by Miodrag Milanović |
|---|
| this was not needed, putting back to original content (nw) |
| [src/lib/web/json] | json_reader.cpp json_value.cpp json_writer.cpp |
| r24797 | r24798 | |
|---|---|---|
| 2 | 2 | // Distributed under MIT license, or public domain if desired and |
| 3 | 3 | // recognized in your jurisdiction. |
| 4 | 4 | // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE |
| 5 | ||
| 5 | ||
| 6 | 6 | #if !defined(JSON_IS_AMALGAMATION) |
| 7 | 7 | # include <json/reader.h> |
| 8 | 8 | # include <json/value.h> |
| r24797 | r24798 | |
|---|---|---|
| 2 | 2 | // Distributed under MIT license, or public domain if desired and |
| 3 | 3 | // recognized in your jurisdiction. |
| 4 | 4 | // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE |
| 5 | ||
| 5 | ||
| 6 | 6 | #if !defined(JSON_IS_AMALGAMATION) |
| 7 | 7 | # include <json/writer.h> |
| 8 | 8 | # include "json_tool.h" |
| r24797 | r24798 | |
|---|---|---|
| 2 | 2 | // Distributed under MIT license, or public domain if desired and |
| 3 | 3 | // recognized in your jurisdiction. |
| 4 | 4 | // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE |
| 5 | ||
| 5 | ||
| 6 | 6 | #if !defined(JSON_IS_AMALGAMATION) |
| 7 | 7 | # include <json/value.h> |
| 8 | 8 | # include <json/writer.h> |
| Previous | 199869 Revisions | Next |