You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
(5) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
(4) |
Mar
(1) |
Apr
(10) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
(1) |
Feb
(1) |
Mar
(2) |
Apr
|
May
(30) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
(2) |
Aug
(2) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
(2) |
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
From: Andris P. <and...@ik...> - 2011-10-19 17:21:52
|
On 10/19/2011 04:58 PM, Matt Berlin wrote: > I am having difficulty creating a JSON object with jsoncpp. > > I have managed to get an array in the form [...[...]...], but I require the data to be int he form > {...{...}...} > > From the documentation, I believe this would be done using Json::ObjectValue, but I have not been > able to find any examples of how to get this working -- all examples I've been able to find rely on > pre-created JSON. > > Thank you, > Json::Value x; x["a"]["b"] = "c"; x["a"]["d"] = 1; std::cout << x << std::endl; |
From: Matt B. <mb...@im...> - 2011-10-19 13:58:31
|
I am having difficulty creating a JSON object with jsoncpp. I have managed to get an array in the form [...[...]...], but I require the data to be int he form {...{...}...} >From the documentation, I believe this would be done using Json::ObjectValue, but I have not been able to find any examples of how to get this working -- all examples I've been able to find rely on pre-created JSON. Thank you, Matt Berlin -- -------------------------------------------* Matthew Berlin* *Web Developer *Latman Interactive *Website*: latman.com <http://www.latman.com/> |