HomeX-It / pusher-websocket-flutter

An unofficial Flutter plugin that wraps pusher-websocket-java on Android and pusher-websocket-swift on iOS
MIT License
30 stars 22 forks source link

Consolidate Json code in PusherPlugin.java #6

Open MisterJimson opened 5 years ago

MisterJimson commented 5 years ago

We are using both Gson and basic JSONObject. We should consolidate the code to use one or the other for all our Json work on Android.