VBA-tools / VBA-JSON

JSON conversion and parsing for VBA
MIT License
1.74k stars 565 forks source link

Runtime Error '100001' #229

Closed tduc0504 closed 2 years ago

tduc0504 commented 2 years ago

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,

Deedolith commented 2 years ago

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