Skip to content

Add parent and value setter to JSONPathNode#22

Merged
jg-rp merged 2 commits intomainfrom
value-setter
Nov 30, 2025
Merged

Add parent and value setter to JSONPathNode#22
jg-rp merged 2 commits intomainfrom
value-setter

Conversation

@jg-rp
Copy link
Copy Markdown
Owner

@jg-rp jg-rp commented Nov 26, 2025

This PR:

  • Adds JSONPathNode.parent - a reference to the node's parent node.
  • Changes JSONPathNode.value to be a property and setter. Now, when assigning to JSONPathNode.value, source data is updated too.
  • Updates the compliance test suite.
  • Adds Python 3.14 to the test matrix.

See #21

@jg-rp jg-rp merged commit aba66e9 into main Nov 30, 2025
30 checks passed
@jg-rp jg-rp deleted the value-setter branch November 30, 2025 08:48
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.

1 participant