Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for capturing source position/locations when parsing #167

Open
jeff303 opened this issue Sep 15, 2020 · 2 comments
Open

Add support for capturing source position/locations when parsing #167

jeff303 opened this issue Sep 15, 2020 · 2 comments

Comments

@jeff303
Copy link

jeff303 commented Sep 15, 2020

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
Copy link
Author

jeff303 commented Sep 15, 2020

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

@dakrone
Copy link
Owner

dakrone commented Sep 17, 2020

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

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

No branches or pull requests

2 participants