public class Json extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Json.ObjectReaderDatumReaderfor arbitrary Json data using the object model described
 inJsonProperties. | 
| static class  | Json.ObjectWriterDatumWriterfor arbitrary Json data using the object model described
 inJsonProperties. | 
| Modifier and Type | Field and Description | 
|---|---|
| static Schema | SCHEMAThe schema for Json data. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Object | parseJson(String s)Parses a JSON string and converts it to the object model described in
  JsonProperties. | 
| static String | toString(Object datum)Converts an instance of the object model described in
  JsonPropertiesto a JSON string. | 
public static final Schema SCHEMA
public static Object parseJson(String s)
JsonProperties.public static String toString(Object datum)
JsonProperties to a JSON string.Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.