# Mojo-JSON_XS **Repository Path**: mirrors_gitpan/Mojo-JSON_XS ## Basic Information - **Project Name**: Mojo-JSON_XS - **Description**: No description available - **Primary Language**: Unknown - **License**: Artistic-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mojo::JSON_XS If your Mojolicious code makes very heavy use of JSON, you might want to try out a binary drop-in replacement for the pure-perl module Mojo::JSON when you come to the optimisation stages of your project. Thanks to Marc Lehmann and Reini Urban we can use Cpanel::JSON::XS which is a fork of JSON::XS (implemented in C) with public bug tracking. Sebastian Riedel has provided ([1][], [2][]) the patch-in code for swapping-in the XS code, and I have simply bundled that up into this module. [1]: https://groups.google.com/d/msg/mojolicious/a4jDdz-gTH0/Exs0-E1NgQEJ [2]: http://irclog.perlgeek.de/mojo/2014-11-25#i_9718125 Nic Sandfield