cheshire icon indicating copy to clipboard operation
cheshire copied to clipboard

Add support for capturing source position/locations when parsing

Open jeff303 opened this issue 5 years ago • 2 comments

I've been looking for a JSON parser in Clojure that can capture the character positions (from the source) for parsed structures. See, for example, the zserge/jsmn project.

If this seems like a useful thing to have (even in an experimental state), I can work on it.

jeff303 avatar Sep 15 '20 21:09 jeff303

Since Jackson appears to be used under the covers, I suspect this is feasible.

jeff303 avatar Sep 15 '20 21:09 jeff303

I think this sounds useful and interesting, please feel free to work on it!

dakrone avatar Sep 17 '20 17:09 dakrone