| JSONViewerActivity | Activity that can be requested to display some json content. |
| RVJsonAdapter | Adapter that is able to visualise the json object or json array in a recycler view. |
| RVJsonAdapter.JsonListener | Listener to return the object clicked if it is a complex one. |
| RVJsonAdapter.ViewHolder | The view holder for the adapter. |