.dataprinter

changeset 260
52b31c74fe37
child 262
85dcaca3a0b0
equal deleted inserted replaced
259:3ea35d31175b 260:52b31c74fe37
1 {
2 filters => {
3 'JSON::PP::Boolean' => sub { ${$_[0]} ? 'true': 'false' },
4 'Mojo::JSON::_Bool' => sub { ${$_[0]} ? 'true': 'false' },
5 'URI::http' => sub { "URI<$_[0]>" },
6 'URI::https' => sub { "URI<$_[0]>" },
7 }
8 };

mercurial