public abstract class JSONUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.technia.tvc.core.util.json.JSONWriter |
toJSON(com.technia.tvc.core.util.json.JSONWriter writer,
com.technia.tvc.core.util.json.JSONWriteable value) |
static java.lang.String |
toJSONString(java.lang.Object object) |
static com.technia.tvc.core.util.json.JSONWriter |
writeNonNull(com.technia.tvc.core.util.json.JSONWriter writer,
java.lang.String property,
java.lang.Object value) |
public static com.technia.tvc.core.util.json.JSONWriter writeNonNull(com.technia.tvc.core.util.json.JSONWriter writer,
java.lang.String property,
java.lang.Object value)
public static java.lang.String toJSONString(java.lang.Object object)
public static com.technia.tvc.core.util.json.JSONWriter toJSON(com.technia.tvc.core.util.json.JSONWriter writer,
com.technia.tvc.core.util.json.JSONWriteable value)