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

Implement an instance toString() method on JSONObject #4219

Merged
merged 1 commit into from Apr 21, 2015

Commits on Apr 20, 2015

  1. Implements an instance toString() method on JSONObject.

    http://www.jooq.org/javadoc/latest/ is not very clear about JSONObject
    taking a map as a parameter in the constructor but calling toString on
    the resulting object won't return a JSON string.
    
    I feel things can be improved by either adding something to the documentation
    or by having a toString() method which calls toJSONString. This commit
    implements the latter.
    alokmenghrajani committed Apr 20, 2015
    Copy the full SHA
    5fe0176 View commit details
    Browse the repository at this point in the history