Package net.minidev.json
Class JSONUtil
- java.lang.Object
-
- net.minidev.json.JSONUtil
-
public class JSONUtil extends Object
- Author:
- Uriel Chemouni
-
-
Constructor Summary
Constructors Constructor Description JSONUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getGetterName(String key)
static String
getIsName(String key)
static String
getSetterName(String key)
-