mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-11 10:25:47 +02:00
Fixed documentation example. Bounced version number.
This commit is contained in:
@@ -73,7 +73,7 @@ import os
|
|||||||
import os.path
|
import os.path
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
JSONCPP_VERSION = '0.1'
|
JSONCPP_VERSION = '0.2'
|
||||||
DIST_DIR = '#dist'
|
DIST_DIR = '#dist'
|
||||||
|
|
||||||
options = Variables()
|
options = Variables()
|
||||||
|
@@ -22,7 +22,7 @@ Here is an example of JSON data:
|
|||||||
],
|
],
|
||||||
|
|
||||||
// Tab indent size
|
// Tab indent size
|
||||||
indent : { length : 3, use_space = true }
|
"indent" : { "length" : 3, "use_space" = true }
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user