The error message "JSON-PARSE-ERROR" and "Unexpected character ('"' (code 34))" indicates a problem with the formatting of the JSON payload. Specifically, there are likely incorrect characters or misplaced quotes within the JSON structure. JSON formatting issues are common errors that can occur due to syntax mistakes such as missing commas, incorrect braces, or invalid characters.
To resolve this, carefully check the JSON structure for proper formatting, ensuring all fields are correctly defined and that syntax rules are followed.
[Reference: Cisco API Troubleshooting, , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit