-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Added Examples.md for new users #601
Conversation
Added some examples for new-comers
Please rename the file
We don't really want the examples compiled into the release jar. Having it as a Markdown file will also make it easy to read. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to a markdown file.
Changed JSONExamples to a Markdown file (and another place) with mino…
Done! It should be changed now. I have also tweaked the file a little bit so it looks good in Markdown |
What problem does this code solve? Risks Changes to the API? Will this require a new release? Should the documentation be updated? Does it break the unit tests? Was any code refactored in this commit? Review status |
@TheNeoStormZ Nice work, thanks for putting in the effort. This PR is approved. Noting here some possible improvements for future pull requests:
|
I have made a simple Java file (JSONExamples.java, ubicated in src/main/java/org.json) in which i explain how to get started with all the JSON-types and how to use all conversors to new-comers.