Vertical line to mark objects at the same level of intendation

I’m using CodeMirror v6 with the json lang extension.
Is there an easy way to add a vertical mark for items at the same level of indention? I am looking for something like this;
Screenshot 2023-11-20 at 09.52.22

I think @replit/codemirror-indentation-markers is what you are looking for.