My backend web service sometimes needs to return NaN or infinite values. However, there is no standard JSON representation of such values.
On the front end, we are using angular. Does its http client have some support/convention for reading such values from a json response?