💻 Tech
Whether the payload in JSON is minified or not depends on the User Agent
. For example, visiting https://api.github.com/users/someuserhere or executing curl -i https://api.github.com/users/someuserhere
will return a formatted JSON because the server expects a human to read it. However, if you manipulate the User Agent or call the API in a program, chance is the server will return a minified JSON because the server expects a machine to read it.