[Koha-bugs] [Bug 24577] API schema merging breaks with older versions of JSON module

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 4 13:40:55 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24577

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.renvoize at ptfs-europe
                   |                            |.com

--- Comment #1 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
So.. we already require Mojolicious.. so I'd be tempted to switch to
Mojo::JSON.. I believe it's the fastest pure perl implementation of JSON to
date and it will automatically use Cpanel::JSON::XS when found to go faster
still.

It's also not introducing a new dependency, but rather using one we're already
importing.

Thoughts?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list