NAME

Langertha::Role::JSON - Role for JSON

VERSION

version 0.303

json

my $data = $engine->json->decode($json_string);
my $json_string = $engine->json->encode($data);

Returns the shared JSON::MaybeXS instance configured with utf8 and canonical encoding. Used internally by Langertha::Role::HTTP and Langertha::Role::Streaming for all JSON serialization.

SEE ALSO

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/langertha/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de> https://raudss.us/

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.