I am receiving this error message when pulling data from the web using JSON Convert:
Err.Raise 10001, "JSONConverter", json_ParseErrorMessage(json_String, json_Index, "Expecting 'STRING', 'NUMBER', null, true, false, '{', or '['")
This is the VBA I have:
Sub Dog_Form()
Dim...