| It's ridiculous that we return strings when we always use GSON under the hood and we know that users will need to do the same. However, exposing GSON means we will be in trouble if we ever decide to switch to another JSON parsing library. We should be careful not to make that impossible. |