Re: [Cppcms-users] Setting JSON at the root
Brought to you by:
artyom-beilis
|
From: Abhishek <abh...@gm...> - 2013-09-26 13:14:46
|
Thanks for the clarification Marcel. And yeah, I mean ["Hello", "world", "value1", "value2"] , but mistakenly added curly brackets (braces). I meant array only. So lets say, if I use: cppcms::json::array is assigned std::vector<any_custom_object> , where "any_custom_objects" trait class has been defined with json getters and setters, will give the desired json array (of any_custom_object or string, whatever used in vector)? |