public class Json extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Json.Reader
DatumReader for arbitrary Json data. | 
static class  | 
Json.Writer
DatumWriter for arbitrary Json data. | 
| Modifier and Type | Field and Description | 
|---|---|
static Schema | 
SCHEMA
The schema for Json data. 
 | 
public static final Schema SCHEMA
public static void write(JsonNode node, Encoder out) throws IOException
IOExceptionpublic static JsonNode read(Decoder in) throws IOException
IOExceptionCopyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.