Have the Form Parameter for Data Views Data Calls Accept form=json
Currently, to receive the output in json form, the form parameter either needs to be left off the URL or set to form=default. Specifying form=json results in a 400 error, which can be confusing since it's a valid form. Having the parameter accept either form=json or form=default for the json response format would be beneficial.
1
vote
