NAME
OpenSearch::Client::Serializer::JSON::PP - A JSON Serializer using JSON::PP
VERSION
version 3.00700
SYNOPSIS
$os = OpenSearch::Client->new(
serializer => 'JSON::PP'
);
DESCRIPTION
While the default serializer, OpenSearch::Client::Serializer::JSON, tries to choose the appropriate JSON backend, this module allows you to choose the JSON::PP backend specifically.
NOTE: You should really install and use either JSON::XS or Cpanel::JSON::XS as they are much much faster than JSON::PP.
This class does OpenSearch::Client::Role::Serializer::JSON.
SEE ALSO
MANUAL
Documentation index OpenSearch::Client::Manual
HISTORY
This distribution is derived from Search::Elasticsearch version 7.714. All subsequent changes are unique to this distribution.
AUTHOR
Mark Dootson <mdootson@cpan.org> ( current maintainer )
CREDITS
OpenSearch::Client is based on Search::Elasticsearch version 7.714 by Enrico Zimuel <enrico.zimuel@elastic.co>.
COPYRIGHT AND LICENSE
Copyright (C) 2026 by Mark Dootson ( this distribution )
Copyright (C) 2021 by Elasticsearch BV ( original distribution )
This is free software, licensed under:
The Apache License, Version 2.0, January 2004