Subject: | JSON::PP vs JSON::XS |
Hi.
You're using JSON::PP, it's more portable, but JSON::XS is faster.
Currently in your code performance of json is not important.
However Amazon Glacier inventory retrieval job output is in JSON format
(by default).
So in user program, when parsing this output, performance is really matters.
I'd suggest move to JSON::XS as user program will still use JSON::XS to
parse inventory, most likely