Re: [Cppcms-users] Iterate through a cppcms::json::object?
Brought to you by:
artyom-beilis
From: Dietrich M. <die...@gm...> - 2012-09-20 13:32:44
|
On Thu, Sep 20, 2012 at 1:40 PM, <ele...@ex...> wrote: > > Hey, > > I would like to see an example for iterating through a given json object > > variable. > > I tried the following: > > Ok here it is again > > http://www.cplusplus.com/reference/stl/map/ > > std::map defines no operator< (less than operator). You have to use the > "not equals" operator to check for bounds. This is because > std::map::iterator is not a random access iterator, and therefore cannot > provide a less than operator. > > Petr > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://ad.doubleclick.net/clk;258768047;13503038;j? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > Thanks, but I figured it out by myself yesterday. |