The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for JSON-Slurper

0.12  2019-10-30 10:44:07 CDT
        - Factor out creation of default encoder into a method. (@tobyink)
        - Avoids loading JSON::PP or Cpanel::JSON::XS unless they're needed. (@tobyink)

0.11  2019-10-29 23:48:55 CDT
        - Allow JSON encoder to be passed at import time #6. (thanks @tobyink!)

0.10  2019-10-17 12:19:17 CDT
        - Remove ability to pass arrays and hashes via prototypes. Now anonymous arrays and hashes may be provided.

0.09  2019-10-03 21:20:39 CDT
        - Use Exporter::Shiny instead of Exporter. Fixes #4. Thanks @dbook and @tobyink.
        - Add -std, -std_auto, -slurp_auto, and -spurt_auto tags.
        - Add documentation about importing via Exporter::Shiny.

0.08  2019-09-27 13:04:10 CDT
        - Documentation fixes.

0.07  2019-09-27 12:02:04 CDT
        - The -auto_ext flag is no longer global and depends on the package of the caller. Fixes #3. Thanks @tobyink.

0.06  2019-09-26 23:41:05 CDT
        - Add 'flag' after -auto_ext in documentation.

0.05  2019-09-26 22:38:51 CDT
        - Add auto_ext flag/constructor arg to fix #2.
        - new now takes in named arguments.
        - Remove pointless $ext variable.

0.04  2019-09-23 04:41:15 CDT
        - Allow scalars to be passed to spurt_json.

0.03  2019-09-22 00:58:28 CDT
        - Allow refs to be passed to spurt_json.

0.02  2019-09-21 19:10:01 CDT
        - Use read_binary/write_binary to avoid double encoding/decoding (Fixes #1)
        - Documentation fixes.

0.01  2019-09-21 18:03:38 CDT
        - Initial release