vipafattal / JsonAssets

Json Android Assets Parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JsonAssets

JSON Android Assets Parser

Project info

This a parser for Android JSON assets files that convert the asset to a typesafe Kotlin Object.

Setup

Add Jitpack repository if you don't have already:

allprojects {
  repositories {
			...
			maven { url 'https://jitpack.io' }
  }
}

Add the dependency:

dependencies {
     implementation 'com.github.vipafattal:JsonAssets:$VERSION'
}

About

Json Android Assets Parser


Languages

Language:Kotlin 100.0%