Using boost property tree to read int array
JSON support, is spotty with boost property tree. The property tree dataset is not typed, and does not support arrays as such. Thus, the following JSON / property tree mapping is used: JSON objects are mapped to nodes. Each property is a child node. JSON arrays are mapped to nodes. Each element is a child … Read more