guru.z3.temple.toolkit.json.JsonTool Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of temple.toolkit Show documentation
Show all versions of temple.toolkit Show documentation
z3 guru base library. Alias name is temple.toolkit
package guru.z3.temple.toolkit.json;
/**
* JSON과 관련된 기능을 지원한다.
*/
public class JsonTool
{
/**
* JSON 라이브러리를 감싸고 있는 {@link JsonLib}를 구해준다.
* @return
*/
public static JsonLib defaultLib()
{
return JsonGensonLib.getLib();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy