Details
Description
It would be really nice if there was a way to get human readable JSON like so:
{"myPrefix4":
instead of only the machine readable stuff like:
{"myPrefix4":{"id":"4-one","stuff":"something","number":0,"sakaiEntity":true,"sakaiEntity-URL":"http:\/\/localhost:8001\/portal\/direct\/myPrefix4\/4-one","sakaiEntity-ID":"4-one"}}
This would need to be optional but it would make it a lot easier for developers who need to work with the JSON to read it when there are some spaces and line breaks.