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

Fix Java JSON Parsing issues #208

Closed
wants to merge 2 commits into from

Conversation

williamli0707
Copy link

Not sure if this is what others had in mind to fix this issue but I just tried parsing the string returned with JSON and returning 0 as variablesReference if it's a valid JSON string as described in #142.
This should resolve #148, #144, and #142.

@williamli0707
Copy link
Author

Actually it seems dianestephens' solution for Rust from issue #129 works here in Java as well. Their solution is probably better than mine; would it be possible to merge their solution?

@hediet
Copy link
Owner

hediet commented Jan 17, 2024

Their solution is probably better than mine; would it be possible to merge their solution?

Yes, I like their solution more, as it feels less hacky. Can you create a PR for it? Thanks for looking into it! ❤️

@williamli0707
Copy link
Author

okay, I'll create a new PR then!

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.

[Java] Not able to visualize Graph in Java
2 participants