@@ -25,10 +25,11 @@ Here is an example of JSON data:
25
25
"indent" : { "length" : 3, "use_space": true }
26
26
}
27
27
\endverbatim
28
+ <code>jsoncpp</code> supports comments as <i>meta-data</i>.
28
29
29
30
\section _features Features
30
31
- 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
32
33
- rewrite JSON document preserving original comments
33
34
34
35
Notes: Comments used to be supported in JSON but where removed for
@@ -84,43 +85,35 @@ std::cout << root;
84
85
85
86
\section _pbuild Build instructions
86
87
The 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.
88
89
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>
102
93
103
94
\section _news What's New?
104
95
The 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.
106
97
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.
113
99
114
100
\section _rlinks Related links
115
101
- <a HREF="http://www.json.org/">JSON</a> Specification and alternate language implementations.
116
102
- <a HREF="http://www.yaml.org/">YAML</a> A data format designed for human readability.
117
103
- <a HREF="http://www.cl.cam.ac.uk/~mgk25/unicode.html">UTF-8 and Unicode FAQ</a>.
118
104
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
+
119
112
\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.
121
114
122
115
Basically JsonCpp is licensed under MIT license, or public domain if desired
123
116
and recognized in your jurisdiction.
124
117
125
- \author Baptiste Lepilleur <
[email protected] >
118
+ \author Baptiste Lepilleur <
[email protected] >
(originator)
126
119
*/
0 commit comments