40 lines of java code Map convert to JSON
public class JsonHelper {
private static void appendKeyUnit(StringBuffer sb, String key) {
sb.append("\"");
sb.append(key);
sb.append("\"");
}
private static void appendValueUnit(StringBuffe
原创
2015-08-11 20:39:03 ·
521 阅读 ·
0 评论