public interface JSON
| Modifier and Type | Method and Description | 
|---|---|
String | 
toJSON()  | 
String | 
toJSON(Boolean pretty)  | 
String | 
toJSON(TCAPIVersion version)  | 
String | 
toJSON(TCAPIVersion version,
      Boolean pretty)  | 
com.fasterxml.jackson.databind.node.ObjectNode | 
toJSONNode()  | 
com.fasterxml.jackson.databind.node.ObjectNode | 
toJSONNode(TCAPIVersion version)  | 
com.fasterxml.jackson.databind.node.ObjectNode toJSONNode(TCAPIVersion version)
com.fasterxml.jackson.databind.node.ObjectNode toJSONNode()
String toJSON(TCAPIVersion version, Boolean pretty)
String toJSON(TCAPIVersion version)
String toJSON()
Copyright © 2016 Rustici Software. All Rights Reserved.