Skip to content

Commit

Permalink
Changed the readme to a md file
Browse files Browse the repository at this point in the history
  • Loading branch information
alt236 committed Jan 30, 2013
1 parent 2d285f4 commit 26decd1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README

This file was deleted.

17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
This is Android demo project used to compare performance of various JSON parser implementations in my blog post.

Right now it includes:

* Android built-in: [link](http://developer.android.com/reference/org/json/package-summary.html)
* JSON.simple: [link](http://code.google.com/p/json-simple/)
* JSON.smart: [link](http://code.google.com/p/json-smart/)
* Jackson: [link](http://jackson.codehaus.org/)
* Gson: [link](http://code.google.com/p/google-gson/)

Results on my Nexus One and more information is available in my blog post at [http://martinadamek.com](http://martinadamek.com)

---

Screenshot:

![screenshot](https://github.com/alt236/json-android-compare/raw/master/screenshots/android_json_compare_1.png)

0 comments on commit 26decd1

Please sign in to comment.