VBA-tools/VBA-JSON

Runtime Error '100001'

tduc0504 opened this issue · 1 comments

Hi guys,

I have the json text as below

 { 
   "code": "INVALID",
   "message": "The 'gender' must be in range ["01", "02"]."
 }

when i parse to JSON i get the error as below
image

Is there a way to get the entire message content?

Thank & best regards,

Start with valid JSON.
The double quotes surrounding 01 and 02 must be escaped.