📝 update sax_parse documentation (#4878)

This commit is contained in:
Niels Lohmann
2025-08-03 11:21:05 +02:00
committed by GitHub
parent c5cc4face3
commit e00484f866
2 changed files with 15 additions and 3 deletions

View File

@@ -903,7 +903,7 @@ A JSON Patch operation 'test' failed. The unsuccessful operation is also printed
### json.exception.other_error.502
This exception occurs when a null pointer is passed as SAX handler in [sax_parse](../api/basic_json/sax_parse.md) function.
This exception is thrown when a null pointer is passed as SAX event listener to the [sax_parse](../api/basic_json/sax_parse.md) function.
!!! failure "Example message"