Subject: | Improve JSON serializer |
For the JSON serializer, I want to have features like pretty, canonical. So it's better to improve the serializer in below aspects, so that I don't have to hack my way through it:
* Support options in the serializer.
* Truely support JSON::MaybeXS. (Now it uses JSON::MaybeXS but always uses JSON. )