Package org.apache.karaf.util.json
Class JsonReader
- java.lang.Object
-
- org.apache.karaf.util.json.JsonReader
-
public final class JsonReader extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Objectread(InputStream is)static Objectread(Reader reader)
-
-
-
Method Detail
-
read
public static Object read(Reader reader) throws IOException
- Throws:
IOException
-
read
public static Object read(InputStream is) throws IOException
- Throws:
IOException
-
-