public interface JsonWriter
| Modifier and Type | Method and Description |
|---|---|
void |
appendQuoteEscapeValue(String key,
String rawJsonValue) |
void |
appendRawValue(String key,
String rawJsonValue)
Use this to append some custom content into the JSON output.
|
Copyright © 2014. All Rights Reserved.