Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
It looks like Yahoo changed something so that now
fromJSONreturns an empty list for the put/call tables instead ofNULL. Need to trap that in theNewToOldfunction and returnNULLin that case too.Consider wrapping the relevant code in try/catch and return
NULLif anything goes wrong.