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
IOException
public static JsonNode read(Decoder in) throws IOException
IOException
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.