Skip to content

natthphong/tarson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tar_son

setup

<!-- https://mvnrepository.com/artifact/io.github.natthphong/tarson -->
<dependency>
    <groupId>io.github.natthphong</groupId>
    <artifactId>tarson</artifactId>
    <version>0.0.1</version>
</dependency>
// https://mvnrepository.com/artifact/io.github.natthphong/tarson
implementation group: 'io.github.natthphong', name: 'tarson', version: '0.0.1'

exmaple

import org.springframework.beans.factory.annotation.Autowired;

@Autowired
private TarSonConverter tarsonConverter;

public void test(){
   String jsonStr  = tarsonConverter.objectToJsonString(null);
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages