Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve UTF-8 string handling in JSONValue (#6011)
```text feat(json): improve UTF-8 string handling in JSONValue - Add proper UTF-8 multi-byte character sequence handling - Add boundary checks for UTF-8 sequences - Keep original code structure and flow - Add detailed comments for UTF-8 processing logic This change improves the robustness of JSON string handling while maintaining compatibility with existing code.
- Loading branch information