All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.litongjava.tio.utils.json.TioJsonFactory Maven / Gradle / Ivy

There is a newer version: 3.7.3.v202400213-RELEASE
Show newest version
package com.litongjava.tio.utils.json;

/**
 * IJsonFactory 的 jfinal 实现.
 */
public class TioJsonFactory implements IJsonFactory {

  private static final TioJsonFactory me = new TioJsonFactory();

  public static TioJsonFactory me() {
    return me;
  }

  public Json getJson() {
    return new TioJson();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy