Simplify JavaScript code structure for better reliability
- Removed complex escape sequence handling that caused syntax errors - Simplified cleanJsonText function to focus on essential HTML entity decoding - Streamlined malformed JSON handling with cleaner pattern matching - Reduced nested try-catch complexity for better maintainability - Maintained core functionality while improving code reliability
Showing
Please
register
or
sign in
to comment