Skip to content

Conversation

@webdevred
Copy link
Owner

@webdevred webdevred commented Nov 15, 2025

  1. Backup file handling

    • Replaced getWritabaleFilename with createBackupFile.
    • Safer backup file creation.
  2. SupportVertex parsing for Transformation

    • Updated beam vertex parsing to handle arrays with more than two elements.
  3. Parser improvements

    • Use decodeUtf8Lenient to tolerate invalid UTF-8 sequences.
    • Skip whitespace correctly before parsing object keys.
    • Allow empty objects {} and objects with inline comments.
  4. Tests

    • Added test cases for empty objects, objects with whitespace, and inline comments to ensure correct parsing.

@webdevred webdevred merged commit 71900b2 into master Nov 15, 2025
14 checks passed
@webdevred webdevred deleted the parser-fixes branch November 15, 2025 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants