java
java copied to clipboard
enhance null handling to check case 'n' in issue 357
I updated the jump logic to handle 'n' characters, ensuring that only the sequence "null" is recognized as a null value. I implemented additional checks to prevent incorrect values from being interpreted as null.