Here you can find the source of toJson(Object value)
public static final String toJson(Object value)
//package com.java2s; //License from project: Open Source License public class Main { public static final String toJson(Object value) { return value.toString(); }/*from w w w.j av a 2 s. c om*/ }