We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I try to use JSONObject like it :
JSONObject tmp = new JSONObject (); tmp.put("name","feecochette"); tmp.put("data",tmp);
It makes a infinitive loop, that's anormal ?
The text was updated successfully, but these errors were encountered:
Yes. JSON structures must be non-cyclical.
Sorry, something went wrong.
Merge pull request stleary#22 from stleary/xml-reader-remote
3f78a85
sample tests for XML.toJSONObject(Reader)
No branches or pull requests
Hello,
I try to use JSONObject like it :
JSONObject tmp = new JSONObject ();
tmp.put("name","feecochette");
tmp.put("data",tmp);
It makes a infinitive loop, that's anormal ?
The text was updated successfully, but these errors were encountered: