29 Star 75 Fork 11

nico / noson

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载

A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.

Permissions
  • Commercial use
  • Modification
  • Distribution
  • Patent use
  • Private use
Limitations
  • Trademark use
  • Liability
  • Warranty
Conditions
  • License and copyright notice
  • State changes
README.md 949 Bytes
一键复制 编辑 原始数据 按行查看 历史
nico 提交于 2018-11-14 15:03 . 文档修正

Ourbatis

Maven Central License

Introduce

A simple Json parser with nice performance

Install

Quick setup

 <dependency>
	<groupId>com.smallnico</groupId>
	<artifactId>noson</artifactId>
	<version>1.1.6</version>
</dependency>

Use

Noson.parseNoson(String json)
Noson.parseArray(String json)
Noson.convert(String json, Class<T> clazz)
Noson.convert(Object obj, Class<T> clazz)
Noson.convert(Noson noson, Class<T> clazz)
Noson.convert(List<Object> objs, Class<T> clazz)
Noson.convert(Object obj, NoType<T> type)
Noson.reversal(Object obj)
Noson.toString()

Feedback

Java
1
https://gitee.com/ainilili/noson.git
git@gitee.com:ainilili/noson.git
ainilili
noson
noson
master

搜索帮助