msnijder30 / JKik

Easy to use API for writing Kik bots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse JSON automatically

msnijder30 opened this issue · comments

Change KikBot.java to parse JSON into class instead of manually extracting data from JSON and assigning it to class. This way it will look cleaner and prevent typing errors.

Done.