public interface GHJson
Modifier and Type | Method and Description |
---|---|
<T> T |
fromJson(Reader source,
Class<T> aClass)
This method reads JSON data from the provided source and creates an instance of the provided
class.
|
Copyright © 2012–2018. All rights reserved.