Provided by: libsearch-elasticsearch-perl_7.717-1_all bug

NAME

       Search::Elasticsearch::Serializer::JSON - The default JSON Serializer, using JSON::MaybeXS

VERSION

       version 7.717

SYNOPSIS

           $e = Search::Elasticsearch(
               # serializer => 'JSON'
           );

DESCRIPTION

       This default Serializer class chooses between:

       •   Cpanel::JSON::XS

       •   JSON::XS

       •   JSON::PP

       First it checks if either Cpanel::JSON::XS or JSON::XS is already loaded and, if so, uses
       the appropriate backend.  Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS and
       finally JSON::PP.

       If you would prefer to specify a particular JSON backend, then you can do so by using one
       of these modules:

       •   Search::Elasticsearch::Serializer::JSON::Cpanel

       •   Search::Elasticsearch::Serializer::JSON::XS

       •   Search::Elasticsearch::Serializer::JSON::PP

       See their documentation for details.

AUTHOR

       Enrico Zimuel <enrico.zimuel@elastic.co>

COPYRIGHT AND LICENSE

       This software is Copyright (c) 2022 by Elasticsearch BV.

       This is free software, licensed under:

         The Apache License, Version 2.0, January 2004

perl v5.34.0                                2022-08-0Search::Elasticsearch::Serializer::JSON(3pm)