Curl Global Community
HashTable の中身を出力したい - Printable Version

+- Curl Global Community (https://communities.curl.com)
+-- Forum: Discussions (https://communities.curl.com/forumdisplay.php?fid=1)
+--- Forum: General Curl questions (https://communities.curl.com/forumdisplay.php?fid=2)
+--- Thread: HashTable の中身を出力したい (/showthread.php?tid=674)



HashTable の中身を出力したい - umemura - 12-20-2012

デバッグする際に、HashTable の中の値などをCurlのコンソールに出力してくれるユーティリティなどはないでしょうか。
value がHashMap になっていても再帰的に呼び出して、インデントした上で出力されるとなおうれしいです。

さらに、Record や、DTO などもリフレクションなどを使って フィールド名:value で出力されてくれれば最高です。





RE: HashTable の中身を出力したい - hokada - 12-27-2012

一部、Curl 拡張ライブラリのHashTableやRecordSetなどのユーティリティを利用すればできます。


http://developers.curlap.com/re-reference/44-clib05.html

https://sourceforge.net/projects/curlib/


お試しください。