Error while Parsing the JSON form www.niftyindices.com
I used to use the following VBA code to parse data. However, now the JSON parser is giving the following error. I use the following VBA code. Option Explicit Sub nse() Dim req As New MSXML2.XMLHTTP60 Dim url As String,…