|
NAMESearch::Elasticsearch::Serializer::JSON::PP - A JSON Serializer using JSON::PPVERSIONversion 6.00SYNOPSIS$e = Search::Elasticsearch( serializer => 'JSON::PP' ); DESCRIPTIONWhile 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
AUTHORClinton Gormley <drtech@cpan.org>COPYRIGHT AND LICENSEThis software is Copyright (c) 2017 by Elasticsearch BV.This is free software, licensed under: The Apache License, Version 2.0, January 2004
Visit the GSP FreeBSD Man Page Interface. |