An open API service indexing awesome lists of open source software.

https://github.com/ainilili/noson

Json parsing tool
https://github.com/ainilili/noson

java-objects json json-api json-java json-parser

Last synced: 16 days ago
JSON representation

Json parsing tool

Awesome Lists containing this project

README

        

# Ourbatis

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.smallnico/noson/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.smallnico/noson/)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

## Introduce

A simple Json parser with nice performance

## Install
Quick setup
```

com.smallnico
noson
1.1.6

```
## Use
```
Noson.parseNoson(String json)
Noson.parseArray(String json)
Noson.convert(String json, Class clazz)
Noson.convert(Object obj, Class clazz)
Noson.convert(Noson noson, Class clazz)
Noson.convert(List objs, Class clazz)
Noson.convert(Object obj, NoType type)
Noson.reversal(Object obj)
Noson.toString()
```
## Feedback
- ```QQ``` 473048656
- ```QQ Group``` 177563526
- ```Email``` [email protected]