Skip to content

A tiny Java/Android library for serializing and deserializing Json

Notifications You must be signed in to change notification settings

pecpwee/simpleJson

Repository files navigation

simpleJson

Download

A Java library for serializing and deserializing Json

Add dependency

compile 'com.pecpwee.lib.simplejson:library:1.1.0'

Serializing

String s = new SimpleJson().toJson(ModelClass);

Deserializing

ModelClass instance = new Gson().fromJson(str, ModelClass.class);

About

A tiny Java/Android library for serializing and deserializing Json

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages