We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
modify
applyEdits
I'm trying to keep a JSON datastructure in sync with its text representation for a custom VS Code editor.
I was thinking maybe it'd make sense to directly apply edit operations on the parsed tree rather than reparsing JSON every time?
Activity