logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Search::Elasticsearch::Serializer::JSON::PP - A JSON Serializer using JSON::PP

Author

       Enrico Zimuel <enrico.zimuel@elastic.co>

Description

       While the default serializer, Search::Elasticsearch::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 Search::Elasticsearch::Role::Serializer::JSON.

Name

       Search::Elasticsearch::Serializer::JSON::PP - A JSON Serializer using JSON::PP

See Also

       •   Search::Elasticsearch::Serializer::JSON

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

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

Synopsis

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

Version

       version 8.12

See Also