Mike Gerwitz
|
881e740bb9
|
JsonResponse returns parse error or combined request/parse on failure
|
2015-05-28 15:15:41 -04:00 |
Mike Gerwitz
|
8f9b8f779f
|
JsonResponse retain output value on request error
|
2015-05-28 15:15:41 -04:00 |
Mike Gerwitz
|
57886e66d0
|
JsonResponse test ensure parse error is of type `SyntaxError`
Previously `Error`.
|
2015-05-28 15:15:41 -04:00 |
Mike Gerwitz
|
e8344e36bb
|
dapi.format.JsonResponse response text output value on parse failure
|
2015-05-28 15:15:41 -04:00 |
Mike Gerwitz
|
2b92a2c447
|
JsonResponse#request must be virtual
To suppor trait stacking.
|
2015-05-28 15:03:48 -04:00 |
Mike Gerwitz
|
b4ef6439e9
|
JsonDataApi=>JsonResponse trait
This cuts down on the code significantly and makes more sense, since we
would not want to veil the API of any classes that want to use this.
|
2015-05-12 16:32:43 -04:00 |