When I try and unmarshal this JSON object from the Microsoft Web Ngram API:
{"backoff": NaN, "cookie": "", "probabilities": [], "words": []}
I get the error: "invalid character 'N' looking for beginning of value"
I know that NaN isn't valid JSON but the data isn't mine and I need a way to parse it. Is there any easy way to do this in Go?