-
-
20 Oct 2021 09:34:55 UTC
- Distribution: Search-Elasticsearch
- Module version: 7.715
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (24)
- Testers (835 / 0 / 0)
- Kwalitee
Bus factor: 1- 67.89% Coverage
- License: apache_2_0
- Activity
24 month- Tools
- Download (129.41KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Any::URI::Escape
- Data::Dumper
- Devel::GlobalDestruction
- Encode
- File::Temp
- HTTP::Headers
- HTTP::Request
- HTTP::Tiny
- IO::Compress::Deflate
- IO::Compress::Gzip
- IO::Select
- IO::Socket
- IO::Uncompress::Gunzip
- IO::Uncompress::Inflate
- JSON::MaybeXS
- JSON::PP
- LWP::UserAgent
- List::Util
- Log::Any
- Log::Any::Adapter
- MIME::Base64
- Module::Runtime
- Moo
- Moo::Role
- Net::IP
- POSIX
- Package::Stash
- Scalar::Util
- Sub::Exporter
- Time::HiRes
- Try::Tiny
- URI
- namespace::clean
- overload
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Search::Elasticsearch::Serializer::JSON::PP - A JSON Serializer using JSON::PP
VERSION
version 7.715
SYNOPSIS
$e = Search::Elasticsearch( serializer => 'JSON::PP' );
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.
SEE ALSO
AUTHOR
Enrico Zimuel <enrico.zimuel@elastic.co>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2021 by Elasticsearch BV.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
Module Install Instructions
To install Search::Elasticsearch, copy and paste the appropriate command in to your terminal.
cpanm Search::Elasticsearch
perl -MCPAN -e shell install Search::Elasticsearch
For more information on module installation, please visit the detailed CPAN module installation guide.