Skip to content
This repository was archived by the owner on Sep 4, 2023. It is now read-only.

GErP83/ModelParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I recommend to use GSON, this works as well, but it is only for showcase and i do not support it anymore.

ModelParser

ModelParser is tiny library for android JSON parsing. Not use any 3rd party library, it has zero dependencies.

What it can do

  • can parse a JSONObject into a custom class fields recursively
  • can convert a custom class to a JSONObject recursively

Requirements:

Android api 4.3+:

Add to dependencies:

implementation 'com.github.gerp83:ModelParser:1.01'

Examples

Very good examples can be found in the demo folder.

Lisence

wtfpl

I hope this can make your job easier, happy auto parsing!

About

ModelParser is tiny library for android JSON parsing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages