App-ActivityPubClient
view release on metacpan or search on metacpan
script/ap-represent view on Meta::CPAN
2526272829303132333435363738Said output isn't made to be readable by machines, only humans.
=head1 LICENSE
BSD-3-Clause
=cut
undef
$/;
# from_json because UTF-8 is already decoded
my
$blob
= from_json(<STDIN>);
print_object(1,
$blob
);
"\n"
;
( run in 0.367 second using v1.01-cache-2.11-cpan-ec4f86ec37b )