diff --git a/README.md b/README.md index 853fe85..751f7ab 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # JsonSurfer - Let's surf on Json! -![](https://travis-ci.org/jsurfer/JsonSurfer.svg?branch=master) ## Why JsonSurfer Jsonsurfer is good at processing **big and complicated json** data with three major features. * Streaming @@ -29,9 +28,21 @@ Jsonsurfer is good at processing **big and complicated json** data with three ma | `.` | child | YES | | `['' (, '')]` | child/children | YES | | `[ (, )]` | index/indices | YES | -| `[start:end]` | array slice | Yes | +| `[start:end]` | array slice | YES | | `[?()]` | expression | Not yet | +* JsonSurfer is available in cetral maven repository. + +![](https://travis-ci.org/jsurfer/JsonSurfer.svg?branch=master) +```xml + + com.github.jsurfer + jsurfer-simple + 1.2.1 + +``` + + * 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 ```java