public class JSONGenerator extends AbstractGenerator
| Constructor and Description |
|---|
JSONGenerator()
Instantiates a new Json generator.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<kong.unirest.json.JSONObject> |
output(java.io.File dest,
java.util.List<kong.unirest.json.JSONObject> doc)
Output list.
|
generateSignature, sanitizepublic java.util.List<kong.unirest.json.JSONObject> output(java.io.File dest,
java.util.List<kong.unirest.json.JSONObject> doc)
throws java.io.IOException
AbstractGeneratoroutput in class AbstractGeneratordest - the destdoc - the docjava.io.IOException - the io exception