[Cppcms-users] json
Brought to you by:
artyom-beilis
From: Василий Т. <par...@gm...> - 2016-02-02 10:08:17
|
Hello Is there a way to deal with json arrays like {"units" : [{"id":1,"name":"test1"},{"id":2,"name":"test2"}]} ? I can't force cppcms to load such string into json without error. The only way is to use nested array as string value for a while :( |