[Cppcms-users] how to parsing complex variables and its values in URL
Brought to you by:
artyom-beilis
From: sergey l. <ccp...@gm...> - 2014-06-19 19:12:11
|
Dear All! I need to parsing complex variables and its values in URL which have the form like: variable[index1][index2]...[indexN]=X, where index1-N,X could be integer, string, boolean. For example, such notation have new version of jquery DataTables 1.10.0. http://datatables.net/manual/server-side Also such associative array notations using in variables in forms. What is the best way to parse such complex variables and its values? The best option for me is packing variables and it's values from URL to c++ structures as is done in php and other languages. Unfortunately cppcms::http::request or other classes haven't such functionality. Thanks in advance! |