Subject: | how to pretty print? |
The pod for JSON::MaybeXS explains how to call encode_json() without an object reference, and it explains how to create an object with pretty-print turned on, but IT DOESN'T EXPLAIN HOW TO DO BOTH!?! I want to output pretty JSON with JSON::MaybeXS, how do I do that? TIA