Hi everybody,
I would like to parse a json string in VBA using this library :
VB JSON Parser Library for VB6 (BSD Licensed) - Visual Basic, JSON
here is an example of the json string I receive from a Web Service and want to parse:
{
"total": [[10000,1]],
"periods": [1399852800000]...