.\" Automatically generated by Pandoc 3.5 .\" .TH "mariadb_dyncol_json" "3" "" "Version 3.3" "MariaDB Connector/C" .SS Name mariadb_dyncol_json \- Get content of a dynamic column in JSON format .SS Synopsis .IP .EX #include \f[B]\f[R] \f[B]enum\f[R] enum_dyncol_func_result mariadb_dyncol_json(DYNAMIC_COLUMN *str, DYNAMIC_STRING *json) .EE .SS Description Get content of a dynamic column in JSON format. .SS Parameter .IP \[bu] 2 \f[CR]*str\f[R] \- Dynamic column .IP \[bu] 2 \f[CR]*json\f[R] \- Pointer to a dynamic string which contains json output .SS Return value Returns \f[CR]ER_DYNCOL_OK\f[R]on success, otherwise error. .SS See also .IP \[bu] 2 \f[B]mariadb_dyncol_list_json(3)\f[R]