public interface JsonFormatter
JsonFormatter formats a data Map into a JSON string.| Modifier and Type | Method and Description |
|---|---|
String |
toJsonString(Map m)
Converts the specified map into a JSON string.
|
Copyright © 2012–2016. All rights reserved.