@@ -25,10 +25,11 @@ Here is an example of JSON data:
2525 "indent" : { "length" : 3, "use_space": true }
2626}
2727\endverbatim
28+ <code>jsoncpp</code> supports comments as <i>meta-data</i>.
2829
2930\section _features Features
3031- read and write JSON document
31- - attach C and C ++ style comments to element during parsing
32+ - attach C++ style comments to element during parsing
3233- rewrite JSON document preserving original comments
3334
3435Notes: Comments used to be supported in JSON but where removed for
@@ -84,43 +85,35 @@ std::cout << root;
8485
8586\section _pbuild Build instructions
8687The build instructions are located in the file
87- <a HREF="README.txt">README.txt</a> in the top-directory of the project.
88+ <a HREF="https://github.com/jacobsa/jsoncpp/blob/master/ README.txt">README.txt</a> in the top-directory of the project.
8889
89- Permanent link to the latest revision of the file in subversion:
90- <a HREF="http://jsoncpp.svn.sourceforge.net/viewvc/jsoncpp/trunk/jsoncpp/README.txt?view=markup">latest README.txt</a>
91-
92- \section _pdownload Download
93- The sources can be downloaded from
94- <a HREF="http://sourceforge.net/projects/jsoncpp/files/">SourceForge download page</a>.
95-
96- The latest version of the source is available in the project's subversion repository:
97- <a HREF="http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/">
98- http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/</a>
99-
100- To checkout the source, see the following
101- <a HREF="http://sourceforge.net/scm/?type=svn&group_id=144446">instructions</a>.
90+ The latest version of the source is available in the project's GitHub repository:
91+ <a HREF="https://github.com/jacobsa/jsoncpp/">
92+ jsoncpp</a>
10293
10394\section _news What's New?
10495The description of latest changes can be found in
105- <a HREF="NEWS.txt">NEWS.txt</a> in the top-directory of the project.
96+ <a HREF="https://github.com/jacobsa/jsoncpp/blob/master/ NEWS.txt">NEWS.txt</a> in the top-directory of the project.
10697
107- Permanent link to the latest revision of the file in subversion:
108- <a HREF="http://svn.sourceforge.net/viewcvs.cgi/jsoncpp/README.txt?view=markup">latest NEWS.txt</a>
109-
110- \section _plinks Project links
111- - <a HREF="http://jsoncpp.sourceforge.net">json-cpp home</a>
112- - <a HREF="http://www.sourceforge.net/projects/jsoncpp/">json-cpp sourceforge project</a>
98+ <strong>TODO</strong>: Move to wiki.
11399
114100\section _rlinks Related links
115101- <a HREF="http://www.json.org/">JSON</a> Specification and alternate language implementations.
116102- <a HREF="http://www.yaml.org/">YAML</a> A data format designed for human readability.
117103- <a HREF="http://www.cl.cam.ac.uk/~mgk25/unicode.html">UTF-8 and Unicode FAQ</a>.
118104
105+ \section _plinks Old project links
106+ - <a href="https://sourceforge.net/projects/jsoncpp/">https://sourceforge.net/projects/jsoncpp/</a>
107+ - <a href="http://jsoncpp.sourceforge.net">http://jsoncpp.sourceforge.net</a>
108+ - <a href="http://sourceforge.net/projects/jsoncpp/files/">http://sourceforge.net/projects/jsoncpp/files/</a>
109+ - <a href="http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/">http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/</a>
110+ - <a href="http://jsoncpp.sourceforge.net/old.html">http://jsoncpp.sourceforge.net/old.html</a>
111+
119112\section _license License
120- See file <a HREF=" LICENSE">LICENSE</a> in the top-directory of the project.
113+ See file <a href="https://github.com/jacobsa/jsoncpp/blob/master/ LICENSE"><code> LICENSE</code> </a> in the top-directory of the project.
121114
122115Basically JsonCpp is licensed under MIT license, or public domain if desired
123116and recognized in your jurisdiction.
124117
125- \author Baptiste Lepilleur <blep@users.sourceforge.net>
118+ \author Baptiste Lepilleur <blep@users.sourceforge.net> (originator)
126119*/
0 commit comments