Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This API offers, via [diffbot](http://diffbot.com/), the possibility to map uns

It offers three approaches to handling data received from the diffbot API :
* Filling java classes with json data using [Jackson](http://jackson.codehaus.org/‎)'s pojo marshalling.
* Raw json manipulation through [JSONObjec](http://www.json.org/javadoc/org/json/JSONObject.html).
* Raw json manipulation through [JSONObject](http://www.json.org/javadoc/org/json/JSONObject.html).
* Raw json manipulation through jackson's [JsonNode](http://jackson.codehaus.org/1.7.9/javadoc/org/codehaus/jackson/JsonNode.html).

## II - Installation
Expand Down