From 6c8785dcf30fc81f9d06f98ce805b9c1a9ca67a9 Mon Sep 17 00:00:00 2001 From: wanglingsong Date: Fri, 3 Apr 2015 18:11:58 +0800 Subject: [PATCH] [ci skip] --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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