You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Serge can run without JSON::XS installed (JSON modules will fall-back to native Perl implementation), there are two caveats:
JSON and JSON::XS parsers seem to produce different results when it comes to item ordering; this produces different results at Serge side and fails tests.
Having no JSON::XS degrades performance.
So it's easier to just require JSON::XS for consistency.
The text was updated successfully, but these errors were encountered:
While Serge can run without JSON::XS installed (JSON modules will fall-back to native Perl implementation), there are two caveats:
So it's easier to just require JSON::XS for consistency.
The text was updated successfully, but these errors were encountered: