Skip to content

Commit

Permalink
[ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglingsong committed Apr 3, 2015
1 parent 6c8785d commit 37dc00c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ Jsonsurfer is good at processing **big and complicated json** data with three ma
</dependency>
```


* JsonSurfer relies on third party library for parsing json and has dedicated maven projects built for them. e.g json-simple, gson or jackson
* Pluggable json parser and model provider
* JsonSurfer is flexible. With pluggable interface, you can choose your json library for parsing and modeling. For example:
```java
// use json-simple parser (Json-Simple dependency is included by default)
// transform json into json-simple model i.e.org.json.simple.JSONObject or org.json.simple.JSONArray
Expand Down

0 comments on commit 37dc00c

Please sign in to comment.