Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
/ ModelParser Public archive

ModelParser is tiny library for android JSON parsing.

License

Notifications You must be signed in to change notification settings

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!

Releases

No releases published

Packages

No packages published

Languages